hotfix jail updated task in evobackup-client
continuous-integration/drone/push Build is passing Details

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
1 changed files with 2 additions and 3 deletions

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