Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
Showing only changes of commit 87202fa264 - Show all commits

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