Ensure pvchealthd is restarted as well
This commit is contained in:
parent
c07b835e33
commit
010ecefe16
|
@ -82,14 +82,15 @@
|
||||||
become: no
|
become: no
|
||||||
connection: local
|
connection: local
|
||||||
|
|
||||||
- name: restart PVC daemons
|
- name: restart PVC node daemons
|
||||||
service:
|
service:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
with_items:
|
with_items:
|
||||||
- pvcworkerd
|
|
||||||
- pvcnoded
|
- pvcnoded
|
||||||
|
- pvcworkerd
|
||||||
|
- pvchealthd
|
||||||
|
|
||||||
- name: wait 15 seconds for system to stabilize
|
- name: wait 15 seconds for system to stabilize
|
||||||
pause:
|
pause:
|
||||||
|
|
Loading…
Reference in New Issue