Merge "Fix swift reconfigure"
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
- include_tasks: config.yml
|
- include_tasks: config.yml
|
||||||
|
|
||||||
- name: Check the configs
|
- name: Check the configs
|
||||||
command: docker exec {{ item.name }} /usr/local/bin/kolla_set_configs --check
|
command: docker exec -u root {{ item.name }} /usr/local/bin/kolla_set_configs --check
|
||||||
changed_when: false
|
changed_when: false
|
||||||
failed_when: false
|
failed_when: false
|
||||||
register: check_results
|
register: check_results
|
||||||
|
|||||||
Reference in New Issue
Block a user