Use config_template as a collection
Since we still use ceph-ansible that has their own implementation of config_template module it's worth to use mentioned module as a collection explicitly. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/819814 Change-Id: I69c8682c40a61e87156c1615c3b3eab67a76abe8
This commit is contained in:
parent
00a542c7fc
commit
fd0926d201
@ -51,7 +51,7 @@
|
|||||||
- "'credentials' in item"
|
- "'credentials' in item"
|
||||||
|
|
||||||
- name: Create systemd mount services(s)
|
- name: Create systemd mount services(s)
|
||||||
config_template:
|
openstack.config_template.config_template:
|
||||||
src: "systemd-mount.j2"
|
src: "systemd-mount.j2"
|
||||||
dest: "/etc/systemd/system/{{ mount_service_name.stdout }}"
|
dest: "/etc/systemd/system/{{ mount_service_name.stdout }}"
|
||||||
owner: "root"
|
owner: "root"
|
||||||
|
Loading…
Reference in New Issue
Block a user