Loop over pvcnoded restart

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:30 -04:00
parent 1f4cd92d63
commit b267db8474
1 changed files with 3 additions and 0 deletions

View File

@ -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: