Files
lazy_reboot/lazy_reboot2.yml
Chris Hammer 42ce5d135f
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora) (push) Successful in 9s
Add playbook for calling verified_reboot only
2025-08-27 13:35:12 -04:00

11 lines
224 B
YAML

---
- 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