Merge pull request #2189 from fultonj/empty-acl

Make openstack_keys param support no acls list
pull/2194/head
Guillaume Abrioux 2017-11-16 19:39:01 +01:00 committed by GitHub
commit 3c6f2854fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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