]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rbd-mirror: do not call config_template with fqcn v4.0.70.13
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 9 Aug 2022 04:55:02 +0000 (06:55 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 9 Aug 2022 04:55:02 +0000 (06:55 +0200)
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>
roles/ceph-rbd-mirror/tasks/main.yml

index 9c6011c100948195934dd826e3651ae9b467ce16..2e8ebcf52d6c4b0717b9c2329f7cff5aa4fbef04 100644 (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({}) }}"