Skip to content

Commit

Permalink
Fixing NATing task condition (#129)
Browse files Browse the repository at this point in the history
Fixing NATing task condition
  • Loading branch information
FlorianPerrot authored and nkakouros committed Jun 22, 2019
1 parent bcbd5e2 commit a61d5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@
notify: openvpn save iptables
when:
- iptables_nat_rules.stdout.find("vpn_masquerade") == -1
- not openvpn_server
- openvpn_server | length > 0

0 comments on commit a61d5cc

Please sign in to comment.