mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #560 from stpierre/cephx-false-skip-key-permissions
Cephx false skip key permissionspull/564/head
commit
eaaa735d2b
|
@ -33,6 +33,7 @@
|
||||||
group: root
|
group: root
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ ceph_keys.stdout_lines }}"
|
- "{{ ceph_keys.stdout_lines }}"
|
||||||
|
when: cephx
|
||||||
|
|
||||||
- name: copy keys to the ansible server
|
- name: copy keys to the ansible server
|
||||||
fetch:
|
fetch:
|
||||||
|
|
Loading…
Reference in New Issue