Added handling of bkctld sync to evobackup-client
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Patrick Marchand 2020-03-11 09:10:01 -04:00
parent d5731f90e0
commit a18076e878

View file

@ -10,6 +10,8 @@
delegate_to: "{{ evobackup_client__hosts[0].ip }}"
- name: 'jail updated'
command: "bkctld restart {{ evolinux_hostname }}"
command:
- "bkctld restart {{ evolinux_hostname }}"
- "bkctld sync {{ evolinux_hostname }}"
delegate_to: "{{ evobackup_client__hosts[0].ip }}"
when: evobackup_client__hosts|length > 1