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: Iee883f6d9240918c9168a7cd7c6b9dbce02eabfc
This commit is contained in:
Dmitriy Rabotyagov 2021-11-30 15:17:09 +02:00
parent ae7cdd2a97
commit 93ca6c6d69
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
- ceph_conf_file is defined
- name: Create ceph.conf from mon host
config_template:
openstack.config_template.config_template:
content: '{{ ceph_conf }}'
dest: /etc/ceph/ceph.conf
owner: root