diff --git a/tasks/sahara_post_install.yml b/tasks/sahara_post_install.yml index 6a9e5b0..f0634ca 100644 --- a/tasks/sahara_post_install.yml +++ b/tasks/sahara_post_install.yml @@ -12,7 +12,7 @@ # limitations under the License. - name: Drop Sahara Config(s) - config_template: + openstack.config_template.config_template: src: "{{ item.src }}" dest: "{{ item.dest }}" owner: "{{ sahara_system_user_name }}" @@ -40,7 +40,7 @@ - Restart uwsgi services - name: Implement policy.yaml if there are overrides configured - config_template: + openstack.config_template.config_template: content: "{{ sahara_policy_overrides }}" dest: "/etc/sahara/policy.yaml" owner: "{{ sahara_system_user_name }}"