add flush_handlers
This commit is contained in:
parent
260532fb3c
commit
cced58c1b7
@ -33,13 +33,16 @@
|
|||||||
strategy: free
|
strategy: free
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Run a filesystem check prior to performing disk activities
|
- name: Add Grub menu parameters for fsck
|
||||||
ansible.builtin.import_role:
|
ansible.builtin.import_role:
|
||||||
name: autofsck
|
name: autofsck
|
||||||
tasks_from: main.yml
|
tasks_from: main.yml
|
||||||
when:
|
when:
|
||||||
- (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool)
|
- (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool)
|
||||||
|
|
||||||
|
- name: Flush handlers
|
||||||
|
ansible.builtin.meta: flush_handlers
|
||||||
|
|
||||||
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user