mirror of https://github.com/ceph/ceph-ansible.git
copy certificates as root user
Since the current user on the controller node, might not have the permission to read the TLS certificate and related files, copy these files to the Ceph nodes as root user. Fixes: https://github.com/ceph/ceph-ansible/issues/3465 Signed-off-by: Rishabh Dave <ridave@redhat.com>pull/3473/head
parent
268f2cef82
commit
a14bfa282a
|
@ -57,5 +57,6 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0400
|
mode: 0400
|
||||||
|
become: true
|
||||||
changed_when: false
|
changed_when: false
|
||||||
with_items: "{{ crt_files }}"
|
with_items: "{{ crt_files }}"
|
||||||
|
|
Loading…
Reference in New Issue