Fix bootstrap collection path for Ceph
This commit is contained in:
parent
bace67b8bf
commit
e760114b8d
|
@ -85,7 +85,7 @@
|
||||||
- name: collect bootstrapped Ceph files into the role
|
- name: collect bootstrapped Ceph files into the role
|
||||||
fetch:
|
fetch:
|
||||||
src: /tmp/ceph-bootstrap/{{ item }}
|
src: /tmp/ceph-bootstrap/{{ item }}
|
||||||
dest: files/ceph/{{ cluster_group }}/ceph/
|
dest: files/{{ cluster_group }}/ceph/
|
||||||
flat: yes
|
flat: yes
|
||||||
with_items:
|
with_items:
|
||||||
- ceph.conf
|
- ceph.conf
|
||||||
|
|
Loading…
Reference in New Issue