From e4e2e5dcc55bf46e203639964abc747d8e99aa8d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 1 May 2015 20:59:30 +0000 Subject: [PATCH] Try removing this trailing / and see if that makes ansible happy. --- roles/torrent/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/torrent/tasks/main.yml b/roles/torrent/tasks/main.yml index 4527c54d18..26ede6f224 100644 --- a/roles/torrent/tasks/main.yml +++ b/roles/torrent/tasks/main.yml @@ -44,7 +44,7 @@ - { file: pull_opentracker_data.sh, dest: /usr/local/bin/pull_opentracker_data.sh } # Directory - { file: torrent-generator, dest: /srv/torrent/torrent-generator } - - { file: spins-generator, dest: /srv/torrent/spins-generator/ } + - { file: spins-generator, dest: /srv/torrent/spins-generator } - { file: , dest: } tags: - config