mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #571 from stpierre/fix-openstack-config-skip
Fix openstack config skippingpull/564/merge
commit
81b544a240
|
@ -15,9 +15,7 @@
|
|||
groups[restapi_group_name] is defined
|
||||
|
||||
- include: openstack_config.yml
|
||||
when:
|
||||
openstack_config and
|
||||
cephx
|
||||
when: openstack_config
|
||||
|
||||
- name: find ceph keys
|
||||
shell: ls -1 /etc/ceph/*.keyring
|
||||
|
|
|
@ -15,3 +15,4 @@
|
|||
creates: /etc/ceph/ceph.{{ item.name }}.keyring
|
||||
with_items: openstack_keys
|
||||
changed_when: false
|
||||
when: cephx
|
||||
|
|
Loading…
Reference in New Issue