Merge "When copying glance-swift.conf ensure mode and become used"

This commit is contained in:
Zuul 2018-04-09 07:56:46 +00:00 committed by Gerrit Code Review
commit e65781e679

View File

@ -86,6 +86,8 @@
- "{{ node_custom_config }}/glance/glance-swift.conf"
- "{{ node_custom_config }}/glance/{{ inventory_hostname }}/glance-swift.conf"
dest: "{{ node_config_directory }}/glance-api/glance-swift.conf"
mode: "0660"
become: true
register: glance_swift_conf
when:
- glance_api.enabled | bool