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 }}"
|
||||
delegate_to: "{{ item.0 }}"
|
||||
when:
|
||||
- item.1.acls | length > 0
|
||||
- item.1.get('acls', []) | length > 0
|
||||
- openstack_config
|
||||
- cephx
|
||||
|
|
Loading…
Reference in New Issue