summaryrefslogtreecommitdiffstats
path: root/roles/bittorrent/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bittorrent/tasks')
-rw-r--r--roles/bittorrent/tasks/fw.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/bittorrent/tasks/fw.yml b/roles/bittorrent/tasks/fw.yml
index 973b2e1..87fdc46 100644
--- a/roles/bittorrent/tasks/fw.yml
+++ b/roles/bittorrent/tasks/fw.yml
@@ -1,8 +1,6 @@
- name: Ouverture des ports Firewalld
firewalld:
port: "51413/tcp"
- permanent: "{{ item }}"
+ permanent: yes
+ immediate: yes
state: enabled
- with_items:
- - true
- - false