mirror of https://github.com/ceph/ceph-ansible.git
parent
4c4aa32943
commit
5fb7b1be5c
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
- name: try to fetch ceph config and keys
|
- name: try to fetch ceph config and keys
|
||||||
copy:
|
copy:
|
||||||
src=: "{ fetch_directory }}/docker_mon_files/{{ item.0 }}"
|
src: "{{ fetch_directory }}/docker_mon_files/{{ item.0 }}"
|
||||||
dest: "{{ item.0 }}"
|
dest: "{{ item.0 }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in New Issue