mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2025-04-16 15:00
This commit is contained in:
@@ -16,6 +16,7 @@ while (<IPT>){
|
||||
(m/.*\-o\s+docker0.*/)
|
||||
){
|
||||
$change = 1;
|
||||
print "Removing line $_ from $ipt\n";
|
||||
next;
|
||||
}
|
||||
push @rules, $_;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Cleanup Nomad and Docker runtime rules
|
||||
Before=iptables.service
|
||||
Before=iptables.service nomad.service docker.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Reference in New Issue
Block a user