forked from tim/k3s-ansible
Fixed issue with tasks not running on Debian Bullseye (#18)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user