mirror of https://github.com/ceph/ceph-ansible.git
ceph-mon: no need to include playbook_dir when fetching configs
This causes a bug when fetch_directory is not a relative path to the playbook location. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1138/head
parent
1e64eb7111
commit
aeab09938a
|
@ -21,7 +21,7 @@
|
|||
|
||||
- name: try to fetch ceph config and keys
|
||||
copy:
|
||||
src: "{{ playbook_dir }}/{{ fetch_directory }}/docker_mon_files/{{ item.0 }}"
|
||||
src: "{{ fetch_directory }}/docker_mon_files/{{ item.0 }}"
|
||||
dest: "{{ item.0 }}"
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in New Issue