Ensure PVC daemons are updated before reboots

This commit is contained in:
2023-08-18 12:51:26 -04:00
parent bb4185af26
commit f106bf25d4
2 changed files with 9 additions and 11 deletions

View File

@ -43,7 +43,7 @@
- name: restart daemons cleanly
block:
- name: secondary node
command: 'pvc node secondary {{ ansible_hostname }}'
command: 'pvc node secondary --wait {{ ansible_hostname }}'
ignore_errors: true
- name: wait 15 seconds for system to stabilize