# vim:ts=2:sw=2:et:filetype=ansible --- - name: Reboot system for patches reboot: msg: 'Rebooting for patches' register: system_reboot - name: show results of reboot debug: verbosity: 1 var: system_reboot