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