summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-07-16 19:51:45 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-07-16 19:51:45 +0200
commit737c4abdd1c844efa747edf9cac6602b3776c68e (patch)
tree99c0f5c9f16c40763bf2f06caddf20d737f3a34c
parent0f0f5dc291d8c649e205fb29e3b6b8cd9c254395 (diff)
downloadplaybooks-ansible-737c4abdd1c844efa747edf9cac6602b3776c68e.tar.gz
playbooks-ansible-737c4abdd1c844efa747edf9cac6602b3776c68e.tar.xz
playbooks-ansible-737c4abdd1c844efa747edf9cac6602b3776c68e.zip
fix UPnP option in bittorrent role
-rw-r--r--roles/bittorrent/tasks/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bittorrent/tasks/config.yml b/roles/bittorrent/tasks/config.yml
index e852230..2c05df0 100644
--- a/roles/bittorrent/tasks/config.yml
+++ b/roles/bittorrent/tasks/config.yml
@@ -29,7 +29,7 @@
command: transmission-remote --peers 1024
- name: Désactivation UPnP
- command: transmission-remote --portmap
+ command: transmission-remote --no-portmap
- name: Ouverture des ports Firewalld
firewalld: port=51413 permanent={{ item }} state=enabled