rbd-mirror: do not call config_template with fqcn

This branch supports Ansible 2.9 only which doesn't use collections.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2037646

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/7307/head v4.0.70.13
Guillaume Abrioux 2022-08-09 06:55:02 +02:00
parent 97c3b9691d
commit 611c8399ff
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
- ansible_facts['service_mgr'] == 'systemd'
- name: add ceph-rbd-mirror systemd service overrides
openstack.config_template.config_template:
config_template:
src: "ceph-rbd-mirror.service.d-overrides.j2"
dest: "/etc/systemd/system/ceph-rbd-mirror@.service.d/ceph-rbd-mirror-systemd-overrides.conf"
config_overrides: "{{ ceph_rbd_mirror_systemd_overrides | default({}) }}"