add reboot

This commit is contained in:
Chris Hammer 2024-07-02 23:40:28 -04:00
parent db7f706fcd
commit ca371f94c3

View File

@ -16,6 +16,9 @@
- name: Flush handlers - name: Flush handlers
ansible.builtin.meta: flush_handlers ansible.builtin.meta: flush_handlers
- name: Reboot to run filesystem check
ansible.builtin.reboot:
- name: Extend the timeout values for physical hosts - name: Extend the timeout values for physical hosts
ansible.builtin.set_fact: ansible.builtin.set_fact:
initramfs_post_reboot_delay: 300 initramfs_post_reboot_delay: 300