]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
remove unused files
authorHuamin Chen <hchen@redhat.com>
Fri, 22 Jan 2016 19:56:15 +0000 (19:56 +0000)
committerSébastien Han <seb@redhat.com>
Thu, 24 Mar 2016 15:10:42 +0000 (16:10 +0100)
Signed-off-by: Huamin Chen <hchen@redhat.com>
roles/ceph-mon/tasks/docker/copy_configs.yml [deleted file]
roles/ceph-mon/tasks/docker/main.yml

diff --git a/roles/ceph-mon/tasks/docker/copy_configs.yml b/roles/ceph-mon/tasks/docker/copy_configs.yml
deleted file mode 100644 (file)
index f2ba50e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
----
-- name: push ceph files to the ansible server
-  fetch:
-    src: "{{ item.0 }}"
-    dest: "{{ fetch_directory }}/docker_mon_files/{{ item.0 }}"
-    flat: yes
-  with_together:
-    - ceph_config_keys
-    - statconfig.results
-  when: item.1.stat.exists == false
index e2d02ba205d248ebec55e4583302dd486b4ab77a..bc15a362c7b9cdc5903d777cf563cd99c601256b 100644 (file)
@@ -14,5 +14,4 @@
 
 - include: fetch_configs.yml
 - include: start_docker_monitor.yml
-- include: copy_configs.yml
 - include: ../ceph_keys.yml