rm undesirable task

This commit is contained in:
YAMASAKI Masahide 2013-10-18 22:17:48 +09:00
parent f8154c67b4
commit 046ba786e4

View File

@ -1,10 +1,6 @@
# SCPs a compressed version of all files from ./dist (the python Bittorrent library and custom scripts) to all server.
# The entire directory is sent, regardless of the role of each individual server.
# The path on the server is specified by remote_murder_path and will be cleared prior to transferring files over.
- name: mkdir destination_path
file: path={{ destination_path }} state=directory owner=root group=root mode=0755
tags: distribute_files
- name: mkdir ansible_cache_path
file: path={{ ansible_cache_path }} state=directory owner=root group=root mode=0755
tags: distribute_files