summaryrefslogtreecommitdiffstats
path: root/roles/bittorrent
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-11-25 19:59:14 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-11-25 19:59:14 +0100
commit7fae6d5e45c235355ee5fd735209fe2c3075b826 (patch)
tree71b59d559c4f784cb174e803f826267822dd5c3b /roles/bittorrent
parent81242a6b5f17997bfe071e08cf8a3bb625de4298 (diff)
downloadplaybooks-ansible-7fae6d5e45c235355ee5fd735209fe2c3075b826.tar.gz
playbooks-ansible-7fae6d5e45c235355ee5fd735209fe2c3075b826.tar.xz
playbooks-ansible-7fae6d5e45c235355ee5fd735209fe2c3075b826.zip
Update template and service module syntax
Diffstat (limited to 'roles/bittorrent')
-rw-r--r--roles/bittorrent/tasks/services.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/bittorrent/tasks/services.yml b/roles/bittorrent/tasks/services.yml
index 413ac57..dd485f0 100644
--- a/roles/bittorrent/tasks/services.yml
+++ b/roles/bittorrent/tasks/services.yml
@@ -8,4 +8,7 @@
notify: reload sysctl
- name: Activation et démarrage du service transmission-daemon
- service: name=transmission-daemon state=started enabled=yes
+ service:
+ name: "transmission-daemon"
+ state: started
+ enabled: yes