You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
403 B
19 lines
403 B
---
|
|
|
|
- include: ../common/handlers/main.yml
|
|
|
|
- name: restart ksmtuned
|
|
service: name=ksmtuned state=restarted
|
|
|
|
- name: restart o2cb
|
|
service: name=o2cb state=restarted
|
|
when: pve_ocfs2 == True
|
|
|
|
- name: restart pveproxy
|
|
service: name=pveproxy state=restarted
|
|
|
|
- name: restart pvedaemon
|
|
service: name=pvedaemon state=restarted
|
|
|
|
- name: restart pve-ha-lrm
|
|
service: name=pve-ha-lrm state=restarted
|
|
|