diff --git a/oneshot/update-pvc-daemons.yml b/oneshot/update-pvc-daemons.yml index e2c8924..88ddd20 100644 --- a/oneshot/update-pvc-daemons.yml +++ b/oneshot/update-pvc-daemons.yml @@ -82,14 +82,15 @@ become: no connection: local - - name: restart PVC daemons + - name: restart PVC node daemons service: name: "{{ item }}" state: restarted enabled: yes with_items: - - pvcworkerd - pvcnoded + - pvcworkerd + - pvchealthd - name: wait 15 seconds for system to stabilize pause: