From 046ba786e450605a805f0d6140863c3d25c124c9 Mon Sep 17 00:00:00 2001 From: YAMASAKI Masahide Date: Fri, 18 Oct 2013 22:17:48 +0900 Subject: [PATCH] rm undesirable task --- roles/admin/distribute_files/tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/admin/distribute_files/tasks/main.yml b/roles/admin/distribute_files/tasks/main.yml index ad989e7..bb9012c 100644 --- a/roles/admin/distribute_files/tasks/main.yml +++ b/roles/admin/distribute_files/tasks/main.yml @@ -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