Ensure pvchealthd is restarted as well
This commit is contained in:
parent
c07b835e33
commit
010ecefe16
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue