more task rename; block remove
This commit is contained in:
parent
677ba57401
commit
9f9a798d91
@ -10,12 +10,9 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Perform filesystem check prior to Bigboot execution
|
- name: Perform filesystem check prior to Bigboot execution
|
||||||
|
ansible.builtin.import_tasks: tasks/grub_filesystem_check.yml
|
||||||
when:
|
when:
|
||||||
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
|
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
|
||||||
block:
|
|
||||||
- name: Perform filesystem check prior to Bigboot execution
|
|
||||||
ansible.builtin.import_tasks: tasks/grub_filesystem_check.yml
|
|
||||||
|
|
||||||
|
|
||||||
- name: Extend the timeout values for physical hosts
|
- name: Extend the timeout values for physical hosts
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user