Skip to content
Snippets Groups Projects
Commit 520e020c authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents e7e3ad16 2e70a4d1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment