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 }}"