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
Andrew Schoen 2016-11-30 15:18:36 -06:00
parent bbbd8ff148
commit 913dc8e01e
1 changed files with 1 additions and 1 deletions

View File

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