Merge "Use config_template as a collection"

This commit is contained in:
Zuul 2021-12-02 13:44:23 +00:00 committed by Gerrit Code Review
commit 18690acd54
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
- always
- name: Generate ironic config
config_template:
openstack.config_template.config_template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
owner: "{{ item.owner|default(ironic_system_user_name) }}"
@ -121,7 +121,7 @@
- Restart uwsgi services
- name: Implement policy.yaml
config_template:
openstack.config_template.config_template:
content: "{{ ironic_policy_overrides }}"
dest: "/etc/ironic/policy.yaml"
owner: "{{ ironic_system_user_name }}"