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: Ia6d0d1a3c70d5bada324e7ccdda8427c7735884a
This commit is contained in:
Dmitriy Rabotyagov 2021-11-30 15:17:25 +02:00
parent e1b13a1e44
commit 1169082a53
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
- name: Drop Rally config
config_template:
openstack.config_template.config_template:
src: "rally.conf.j2"
dest: "{{ rally_etc_directory }}/rally.conf"
owner: "{{ rally_system_user_name }}"