--- - name: Reboot host with hung NFS Share(s) hosts: all become: true gather_facts: false tasks: - name: Reboot host using verified_reboot only ansible.builtin.include_role: name: verified_reboot