diff --git a/tasks/horizon_post_install.yml b/tasks/horizon_post_install.yml index 95a0fd03..7be8e23b 100644 --- a/tasks/horizon_post_install.yml +++ b/tasks/horizon_post_install.yml @@ -49,7 +49,7 @@ register: _horizon_policy - name: Place policy overrides - config_template: + openstack.config_template.config_template: content: "{{ item.content | b64decode }}" dest: "{{ item.source }}" mode: "0644"