]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix typo 422/head
authorSébastien Han <sebhan@cisco.com>
Tue, 20 Oct 2015 15:16:28 +0000 (17:16 +0200)
committerSébastien Han <sebhan@cisco.com>
Tue, 20 Oct 2015 15:17:58 +0000 (17:17 +0200)
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-osd/tasks/docker/fetch_configs.yml

index 80b100ec22c88b18e2e0a48260f749a58add7779..c26c683d68b8c21c50edb40909ed8169c1f064d0 100644 (file)
@@ -15,7 +15,7 @@
 
 - name: try to fetch ceph config and keys
   copy:
-    src=: "{ fetch_directory }}/docker_mon_files/{{ item.0 }}"
+    src: "{{ fetch_directory }}/docker_mon_files/{{ item.0 }}"
     dest: "{{ item.0 }}"
     owner: root
     group: root