remove ansible_managed
This has been deprecated by ansible
This commit is contained in:
parent
619d82c6f0
commit
d9c8951e60
3 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# {{ ansible_managed }}
|
||||
# This file is managed by ansible, do not modify!
|
||||
|
||||
# IPv4:
|
||||
iptables -F
|
||||
|
|
@ -75,4 +75,4 @@ ip6tables -A INPUT -j REJECT
|
|||
iptables -A FORWARD -j REJECT
|
||||
ip6tables -A FORWARD -j REJECT
|
||||
|
||||
# {{ansible_managed}}
|
||||
# This file is managed by ansible, do not modify!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue