mirror of https://github.com/ceph/ceph-ansible.git
don't recreate /etc/ceph with wrong mode
Signed-off-by: Huamin Chen <hchen@redhat.com>pull/777/head
parent
82a249e742
commit
7f85c2512f
|
@ -1,12 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: create ceph conf directory
|
|
||||||
file:
|
|
||||||
path: /etc/ceph
|
|
||||||
state: directory
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: 0644
|
|
||||||
|
|
||||||
- name: generate ceph configuration file
|
- name: generate ceph configuration file
|
||||||
action: config_template
|
action: config_template
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in New Issue