Fixed issue with tasks not running on Debian Bullseye (#18)

This commit is contained in:
svartis
2022-04-05 04:44:38 +02:00
committed by GitHub
parent 24225c69c9
commit 1310a1509d
2 changed files with 11 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
backrefs: true
notify: reboot
- name: Install iptables
apt: name=iptables state=present
- name: Flush iptables before changing to iptables-legacy
iptables:
flush: true