mirror of https://github.com/ceph/ceph-ansible.git
Do not set key permissions with cephx: false
If cephx is set to false, the "set keys permissions" task fails with: file ({# ceph_keys.stdout_lines #}) is absent, cannot continue This skips that step when cephx is false.pull/560/head
parent
63d7824c9c
commit
1e9f4faa44
|
@ -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