From 3df317ddc344b1f8a3ee74dd988f6fb942e0a3ed Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 30 Nov 2021 15:17:12 +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: I7523db3a60eb6db0bf19d7849e62ad167ce9da14 --- tasks/adjutant_post_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/adjutant_post_install.yml b/tasks/adjutant_post_install.yml index 39e46ed..b9ac755 100644 --- a/tasks/adjutant_post_install.yml +++ b/tasks/adjutant_post_install.yml @@ -16,7 +16,7 @@ # limitations under the License. - name: Drop adjutant Config(s) - config_template: + openstack.config_template.config_template: src: "{{ item.src }}" dest: "{{ item.dest }}" owner: "{{ adjutant_system_user_name }}"