# update.yml --- - hosts: servers strategy: free roles: - update - hosts: servers tasks: - name: reboot all servers reboot: when: update_reboot is defined and update_reboot