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: I2e32017b48f9143ff0e42175cc10feebf342f2f3
This commit is contained in:
Dmitriy Rabotyagov 2021-11-30 15:17:08 +02:00
parent a3800b6368
commit bdaa91dbbf
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
- systemd-service
- name: Place the systemd service
config_template:
openstack.config_template.config_template:
src: "systemd-service.j2"
dest: "/etc/systemd/system/{{ item.service_name | replace(' ', '_') }}.service"
mode: "0644"