hotfix jail updated task in evobackup-client
All checks were successful
continuous-integration/drone/push Build is passing

Found out I wasnt using the right syntax for chaining commands, will fix later.
This commit is contained in:
Patrick Marchand 2020-03-19 15:51:32 -04:00
parent 4ad785abaf
commit 9d7b4dd52d

View file

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