minifirewall was not restarted by evobackup-client after mods.

This commit is contained in:
Patrick Marchand 2019-09-06 17:53:48 -04:00
parent 11e006201a
commit b36202f8d1

View file

@ -15,6 +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
when: evobackup_client__minifirewall.stat.exists
tags:
- evobackup_client