Added evobackup-client role #83

Manually merged
Ghost merged 17 commits from evobackup-client into unstable 2020-02-06 22:31:45 +01:00
Showing only changes of commit 4851af7432 - Show all commits

View file

@ -1,5 +1,6 @@
--- ---
- name: restart minifirewall - name: restart minifirewall
service: command: /etc/init.d/minifirewall restart
name: minifirewall register: minifirewall_init_restart
state: restarted failed_when: "'starting IPTables rules is now finish : OK' not in minifirewall_init_restart.stdout"
changed_when: "'starting IPTables rules is now finish : OK' in minifirewall_init_restart.stdout"