1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# update.yml --- - hosts: servers strategy: free roles: - update - hosts: servers tasks: - name: reboot all servers reboot: when: update_reboot is defined and update_reboot