diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-12-08 19:03:02 +0100 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-12-08 20:30:10 +0100 |
| commit | e97bfa642f4f4e79a59863a71c97f88f2e5a0874 (patch) | |
| tree | 78943a250f930be7375b4d408f28738b8a6940d7 | |
| parent | 36de1fb87b78ddc5fe12b5775068ec7eabc77502 (diff) | |
Drop un-used task and adjust documentation
| -rw-r--r-- | roles/torrent/tasks/main.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/roles/torrent/tasks/main.yml b/roles/torrent/tasks/main.yml index 76905571a..e63038dde 100644 --- a/roles/torrent/tasks/main.yml +++ b/roles/torrent/tasks/main.yml @@ -19,13 +19,7 @@ tags: - packages -- name: Create the stats directories - file: path={{ item }} - with_items: - tags: - - config - -- name: Create the stats directories + name: Create the required directories file: path={{ item.file }} owner={{ item.owner }} group={{ item.group }} mode={{ item.mode }} with_items: |
