fixed typo in evobackup-cilent

Not sure how this slipped in
This commit is contained in:
Patrick Marchand 2019-09-23 15:26:30 -04:00
parent b36202f8d1
commit 87202fa264

View file

@ -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