diff --git a/roles/ceph-osd/tasks/docker/fetch_configs.yml b/roles/ceph-osd/tasks/docker/fetch_configs.yml index bf908a5fd..ac3bd875d 100644 --- a/roles/ceph-osd/tasks/docker/fetch_configs.yml +++ b/roles/ceph-osd/tasks/docker/fetch_configs.yml @@ -8,7 +8,7 @@ - name: wait for ceph.conf and keys local_action: > wait_for - path="{{ playbook_dir }}/{{ fetch_directory }}/docker_mon_files/{{ item.0 }}" + path="{{ fetch_directory }}/docker_mon_files/{{ item.0 }}" become: false with_items: "{{ ceph_config_keys }}" @@ -23,7 +23,7 @@ - name: try to copy 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