Merge "Skip Keystone task when not using swift w keystone"
This commit is contained in:
commit
f97db4da18
@ -30,8 +30,9 @@
|
|||||||
- swift-storage-hosts
|
- swift-storage-hosts
|
||||||
|
|
||||||
- include: swift_service_setup.yml
|
- include: swift_service_setup.yml
|
||||||
when: >
|
when:
|
||||||
inventory_hostname == groups['swift_all'][0]
|
- inventory_hostname == groups['swift_all'][0]
|
||||||
|
- '"keystoneauth" in swift_middleware_list'
|
||||||
|
|
||||||
- name: Flush handlers
|
- name: Flush handlers
|
||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user