--- # reboot the system - name: "reboot the system" tags: - "reboot" - "never" ansible.builtin.reboot: msg: "Reboot initiated by Ansible" reboot_timeout: 120 changed_when: false