summaryrefslogtreecommitdiffstats
path: root/roles/bittorrent
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-12-24 16:30:32 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-12-24 16:30:32 +0100
commita70091ad7372d17f0dfb58663a6ed4479ca40709 (patch)
tree7a454aaf21e45e036fa54ae46b0dc014986137f6 /roles/bittorrent
parent6ed28366124713afb588ad96b7040fbe0841a32d (diff)
downloadplaybooks-ansible-a70091ad7372d17f0dfb58663a6ed4479ca40709.tar.gz
playbooks-ansible-a70091ad7372d17f0dfb58663a6ed4479ca40709.tar.xz
playbooks-ansible-a70091ad7372d17f0dfb58663a6ed4479ca40709.zip
Update user and seboolean and firewalld modules syntax
Diffstat (limited to 'roles/bittorrent')
-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