mirror of https://github.com/ceph/ceph-ansible.git
nfs: missing conditional for setting rgw key permissions
Signed-off-by: Ali Maredia <amaredia@redhat.com>pull/2010/head
parent
11f51df1fc
commit
28862a99d9
|
@ -49,6 +49,7 @@
|
||||||
group: "ceph"
|
group: "ceph"
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
when:
|
when:
|
||||||
|
- nfs_obj_gw
|
||||||
- cephx
|
- cephx
|
||||||
|
|
||||||
- name: change ownership on /var/log/ganesha
|
- name: change ownership on /var/log/ganesha
|
||||||
|
|
Loading…
Reference in New Issue