Correct typo in firewall rules.
The following should be "127" not "127i" Change-Id: If38ff0d52cee29e985fb7249e2cf621523474710
This commit is contained in:
parent
af2492e285
commit
3ee1d28866
@ -88,7 +88,7 @@
|
||||
ignore_errors: true
|
||||
become: true
|
||||
register: iptables_tcp5800_exists
|
||||
failed_when: iptables_tcp{{connmon_port}}_exists == 127i
|
||||
failed_when: iptables_tcp{{connmon_port}}_exists == 127
|
||||
no_log: true
|
||||
tags:
|
||||
# Skip ANSIBLE0012 Commands should not change things if nothing needs doing
|
||||
|
Loading…
Reference in New Issue
Block a user