diff --git a/tasks/blazar_post_install.yml b/tasks/blazar_post_install.yml index 41b55b5..3ff7c6c 100644 --- a/tasks/blazar_post_install.yml +++ b/tasks/blazar_post_install.yml @@ -15,7 +15,7 @@ # limitations under the License. - name: Deploy configuration files - config_template: + openstack.config_template.config_template: src: "{{ item.src | default(omit) }}" dest: "{{ item.dest }}" owner: "root"