Loop over pvcnoded restart
This commit is contained in:
parent
1f4cd92d63
commit
b267db8474
|
@ -525,6 +525,9 @@
|
||||||
service:
|
service:
|
||||||
name: pvcnoded
|
name: pvcnoded
|
||||||
state: restarted
|
state: restarted
|
||||||
|
run_once: yes
|
||||||
|
delegate_to: "{{ item }}"
|
||||||
|
loop: "{{ ansible_play_hosts }}"
|
||||||
|
|
||||||
- name: wait 30 seconds for system to stabilize
|
- name: wait 30 seconds for system to stabilize
|
||||||
pause:
|
pause:
|
||||||
|
|
Loading…
Reference in New Issue