diff --git a/tasks/masakari_post_install.yml b/tasks/masakari_post_install.yml index 392a762..ebc7b5a 100644 --- a/tasks/masakari_post_install.yml +++ b/tasks/masakari_post_install.yml @@ -14,7 +14,7 @@ # limitations under the License. - name: Deploy masakari configuration files - config_template: + openstack.config_template.config_template: src: "{{ item.src }}" dest: "{{ item.dest }}" owner: "root" @@ -48,7 +48,7 @@ - Restart masakari services - name: Implement policy.yaml - config_template: + openstack.config_template.config_template: content: "{{ masakari_policy_overrides }}" dest: "{{ masakari_etc_dir }}/policy.yaml" owner: "root"