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: I8abcf60dcc8a264c221de89ff01906edf3ce8a39
This commit is contained in:
Dmitriy Rabotyagov 2021-11-30 15:17:13 +02:00
parent 956c84d1a4
commit c5d1740fbe
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# limitations under the License.
- name: Deploy configuration files
config_template:
openstack.config_template.config_template:
src: "{{ item.src | default(omit) }}"
dest: "{{ item.dest }}"
owner: "root"