Ensure pvchealthd is restarted as well

This commit is contained in:
Joshua Boniface 2023-12-10 00:13:42 -05:00
parent c07b835e33
commit 010ecefe16
1 changed files with 3 additions and 2 deletions

View File

@ -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: