Add playbook for calling verified_reboot only
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora) (push) Successful in 9s
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora) (push) Successful in 9s
This commit is contained in:
10
lazy_reboot2.yml
Normal file
10
lazy_reboot2.yml
Normal 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
|
Reference in New Issue
Block a user