From 1169082a53b097abc71e5250e183a50a68307741 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 30 Nov 2021 15:17:25 +0200 Subject: [PATCH] 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 --- tasks/rally_post_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rally_post_install.yml b/tasks/rally_post_install.yml index 1babf06..45970dd 100644 --- a/tasks/rally_post_install.yml +++ b/tasks/rally_post_install.yml @@ -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 }}"