mirror of https://github.com/ceph/ceph-ansible.git
commit
79defd65b5
|
@ -27,9 +27,9 @@
|
||||||
- name: set keys permissions
|
- name: set keys permissions
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
mode: 0600
|
mode: "{{ key_mode }}"
|
||||||
owner: root
|
owner: "{{ key_owner }}"
|
||||||
group: root
|
group: "{{ key_group }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ ceph_keys.stdout_lines }}"
|
- "{{ ceph_keys.stdout_lines }}"
|
||||||
when: cephx
|
when: cephx
|
||||||
|
|
Loading…
Reference in New Issue