From 3ee1d28866441c7181e36933259ad9500c32d263 Mon Sep 17 00:00:00 2001 From: Will Foster Date: Thu, 1 Sep 2016 13:56:36 +0100 Subject: [PATCH] Correct typo in firewall rules. The following should be "127" not "127i" Change-Id: If38ff0d52cee29e985fb7249e2cf621523474710 --- ansible/install/roles/connmon/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/install/roles/connmon/tasks/main.yml b/ansible/install/roles/connmon/tasks/main.yml index 8dd92e3c2..a0544f00d 100644 --- a/ansible/install/roles/connmon/tasks/main.yml +++ b/ansible/install/roles/connmon/tasks/main.yml @@ -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