Add hung NFS share management
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora) (push) Successful in 8s

This commit is contained in:
2025-08-27 13:33:09 -04:00
parent bf965f5e4d
commit bda1e73e71
2 changed files with 41 additions and 0 deletions

View File

@ -1,4 +1,7 @@
---
- name: Check for hung NFS mounts
ansible.builtin.include_tasks: hung_nfs_check.yml
- name: Capture initial boot ID
ansible.builtin.slurp:
src: "{{ verified_reboot_bootid_file }}"