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
Andrew Schoen 2016-11-30 15:08:42 -06:00
parent 1e64eb7111
commit aeab09938a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,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