Merge "Correct typo in firewall rules."

This commit is contained in:
Jenkins 2016-09-02 16:02:00 +00:00 committed by Gerrit Code Review
commit 9845fa0a99

View File

@ -88,7 +88,7 @@
ignore_errors: true ignore_errors: true
become: true become: true
register: iptables_tcp5800_exists register: iptables_tcp5800_exists
failed_when: iptables_tcp{{connmon_port}}_exists == 127i failed_when: iptables_tcp{{connmon_port}}_exists == 127
no_log: true no_log: true
tags: tags:
# Skip ANSIBLE0012 Commands should not change things if nothing needs doing # Skip ANSIBLE0012 Commands should not change things if nothing needs doing