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: I3f1fa58bc738abf6991fcd8389d2b7cb90dc9d8a
This commit is contained in:
Dmitriy Rabotyagov 2021-11-30 15:17:22 +02:00
parent 89c3d3bad8
commit 8026a7cb39
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
- name: Deploy Murano configuration files
config_template:
openstack.config_template.config_template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
owner: "root"