mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #2189 from fultonj/empty-acl
Make openstack_keys param support no acls listpull/2194/head
commit
3c6f2854fe
|
@ -69,6 +69,6 @@
|
||||||
- "{{ openstack_keys }}"
|
- "{{ openstack_keys }}"
|
||||||
delegate_to: "{{ item.0 }}"
|
delegate_to: "{{ item.0 }}"
|
||||||
when:
|
when:
|
||||||
- item.1.acls | length > 0
|
- item.1.get('acls', []) | length > 0
|
||||||
- openstack_config
|
- openstack_config
|
||||||
- cephx
|
- cephx
|
||||||
|
|
Loading…
Reference in New Issue