mirror of https://github.com/ceph/ceph-ansible.git
ceph-rgw: no need to use playbook_dir when fetching configs for docker
This avoids a bug when fetch_directory is not a relative to the playbook directory. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1138/head
parent
bbbd8ff148
commit
913dc8e01e
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
- name: try to fetch ceph config and keys
|
- name: try to fetch ceph config and keys
|
||||||
copy:
|
copy:
|
||||||
src: "{{ playbook_dir }}/{{ 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