Merge pull request #1815 from ceph/container-key-perms

ceph-docker-common: apply 0600 to key permissions
pull/1819/head
Sébastien Han 2017-08-28 11:15:41 +02:00 committed by GitHub
commit 3c294131ae
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
dest: "{{ item.0 }}"
owner: root
group: root
mode: 0644
mode: 0600
changed_when: false
with_together:
- "{{ ceph_config_keys }}"