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: I895d7342cea3c7c74732138a87d0b1aee61c2345
This commit is contained in:
Dmitriy Rabotyagov
2021-11-30 15:17:14 +02:00
parent 319dadd643
commit 23a330ef26

View File

@@ -16,7 +16,7 @@
# limitations under the License.
- name: Drop cloudkitty Config(s)
config_template:
openstack.config_template.config_template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
owner: "{{ cloudkitty_system_user_name }}"
@@ -44,7 +44,7 @@
- cloudkitty-config
- name: Implement policy.yaml if there are overrides configured
config_template:
openstack.config_template.config_template:
dest: "/etc/cloudkitty/policy.yaml"
content: "{{ cloudkitty_policy_overrides }}"
owner: "{{ cloudkitty_system_user_name }}"