Add fsck cleanup to cleanup.yml; comment out pre-checks for now
This commit is contained in:
@ -21,10 +21,10 @@
|
||||
- name: Set logical volume information
|
||||
ansible.builtin.import_tasks: tasks/capture_lv_device_details.yml
|
||||
|
||||
- name: Run pre-checks to verify environment
|
||||
ansible.builtin.import_tasks: tasks/pre-checks.yml
|
||||
when:
|
||||
- bigboot_execute_bigboot | bool
|
||||
# - name: Run pre-checks to verify environment
|
||||
# ansible.builtin.import_tasks: tasks/pre-checks.yml
|
||||
# when:
|
||||
# - bigboot_execute_bigboot | bool
|
||||
|
||||
- name: Set environment for subsequent workflow nodes
|
||||
ansible.builtin.set_stats:
|
||||
@ -37,7 +37,6 @@
|
||||
'bigboot_execute_shrink_lv': bigboot_execute_shrink_lv,
|
||||
'bigboot_adjacent_lvm_device': bigboot_adjacent_lvm_device,
|
||||
'bigboot_lv_shrink_size': bigboot_lv_shrink_size | int,
|
||||
'bigboot_size': bigboot_size,
|
||||
'ip_addresses': ansible_all_ipv4_addresses,
|
||||
'server_hostname': ansible_hostname
|
||||
}
|
||||
|
Reference in New Issue
Block a user