mirror of https://github.com/ceph/ceph-ansible.git
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
parent
97c3b9691d
commit
611c8399ff
|
@ -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({}) }}"
|
||||
|
|
Loading…
Reference in New Issue