From 98dbde496cc59bae1d20f632e3fd74459ec16b8a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 4 May 2015 16:14:10 +0000 Subject: [PATCH] Fix typo in copy --- 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 1bf3900be0..22e369aad5 100644 --- a/roles/torrent/tasks/main.yml +++ b/roles/torrent/tasks/main.yml @@ -15,7 +15,7 @@ - packages - name: install systemd unit for btseed - copy: src=btseed.service dst=/etc/systemd/system/btseed.service + copy: src=btseed.service dest=/etc/systemd/system/btseed.service notify: - reload systemd tags: