Merge "Fix keystone-paste.ini custom file management"

This commit is contained in:
Jenkins 2017-07-06 03:27:10 +00:00 committed by Gerrit Code Review
commit 520e020cfc

View File

@ -120,11 +120,10 @@
- name: Checking whether keystone-paste.ini file exists
vars:
keystone: "{{ keystone_services.keystone }}"
stat:
path: "{{ node_custom_config }}/keystone/keystone-paste.ini"
local_action: stat path="{{ node_custom_config }}/keystone/keystone-paste.ini"
run_once: True
register: check_keystone_paste_ini
when:
- inventory_hostname in groups[keystone.group]
- keystone.enabled | bool
- name: Copying over keystone-paste.ini