remove unused files

Signed-off-by: Huamin Chen <hchen@redhat.com>
pull/648/head
Huamin Chen 2016-01-22 19:56:15 +00:00 committed by Sébastien Han
parent dda83004c8
commit fd03074cd5
2 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -14,5 +14,4 @@
- include: fetch_configs.yml - include: fetch_configs.yml
- include: start_docker_monitor.yml - include: start_docker_monitor.yml
- include: copy_configs.yml
- include: ../ceph_keys.yml - include: ../ceph_keys.yml