Add playbook for calling verified_reboot only
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora) (push) Successful in 9s

This commit is contained in:
2025-08-27 13:35:12 -04:00
parent 9cafd61d2b
commit 42ce5d135f

10
lazy_reboot2.yml Normal file
View File

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