diff --git a/lazy_reboot2.yml b/lazy_reboot2.yml new file mode 100644 index 0000000..734e426 --- /dev/null +++ b/lazy_reboot2.yml @@ -0,0 +1,10 @@ +--- +- 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