From 87202fa264f1dccf662b09e4b75311e3aa8e00dc Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Mon, 23 Sep 2019 15:26:30 -0400 Subject: [PATCH] fixed typo in evobackup-cilent Not sure how this slipped in --- evobackup-client/tasks/open_ssh_ports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evobackup-client/tasks/open_ssh_ports.yml b/evobackup-client/tasks/open_ssh_ports.yml index 4ab58c39..0f8b0cda 100644 --- a/evobackup-client/tasks/open_ssh_ports.yml +++ b/evobackup-client/tasks/open_ssh_ports.yml @@ -15,7 +15,7 @@ block: | /sbin/iptables -A INPUT -p tcp --sport {{ item.port }} --dport 1024:65535 -s {{ item.ip }} -m state --state ESTABLISHED,RELATED -j ACCEPT with_items: "{{ evobackup_client__hosts }}" - notifiy: restart minifirewall + notify: restart minifirewall when: evobackup_client__minifirewall.stat.exists tags: - evobackup_client