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: Ie68c003bf05e9875ef7036cc6cb5951216128110
This commit is contained in:
Dmitriy Rabotyagov 2021-11-30 15:17:12 +02:00
parent 8c4ef001c1
commit d79de47e24
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
mode: "0644"
- name: Add DefaultEnvironment to systemd
config_template:
openstack.config_template.config_template:
src: systemd-environment.j2
dest: /etc/systemd/system.conf.d/osa-default-environment.conf
owner: "root"