remove outgoing iptables rule, not required
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-04-28 22:51:34 +02:00
parent b5b8ae5765
commit 07507651ce
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@
iptables_raw:
name: allow_mosquitto_port
state: present
rules:
- '-A OUTPUT -m state --state NEW -p tcp --dport {{ mosquitto_port }} -j ACCEPT'
- '-A INPUT -m state --state NEW -p tcp --dport {{ mosquitto_port }} -j ACCEPT'
rules: '-A INPUT -m state --state NEW -p tcp --dport {{ mosquitto_port }} -j ACCEPT'
when: mosquitto_iptables_enabled
become: True
become_user: root