fix code comments

This commit is contained in:
Chris Hammer 2024-04-26 15:24:16 -04:00
parent 9a6ff8ee86
commit 1268170cb1

View File

@ -15,22 +15,22 @@
- name: Cleanup from any previous executions - name: Cleanup from any previous executions
ansible.builtin.import_tasks: tasks/cleanup.yml ansible.builtin.import_tasks: tasks/cleanup.yml
# - name: Capture boot device details - name: Capture boot device details
# ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml
# - name: Capture logical volume information - name: Capture logical volume information
# ansible.builtin.import_tasks: tasks/capture_lv_device_details.yml ansible.builtin.import_tasks: tasks/capture_lv_device_details.yml
# - name: Set environment for subsequent workflow nodes - name: Set environment for subsequent workflow nodes
# ansible.builtin.set_stats: ansible.builtin.set_stats:
# data: data:
# bigboot_execute_bigboot: "{{ bigboot_execute_bigboot }}" bigboot_execute_bigboot: "{{ bigboot_execute_bigboot }}"
# bigboot_execute_shrink_lv: "{{ bigboot_execute_shrink_lv }}" bigboot_execute_shrink_lv: "{{ bigboot_execute_shrink_lv }}"
# bigboot_adjacent_lvm_device: "{{ bigboot_adjacent_lvm_device | trim }}" bigboot_adjacent_lvm_device: "{{ bigboot_adjacent_lvm_device | trim }}"
# bigboot_lv_shrink_size: "{{ bigboot_lv_shrink_size | int }}" bigboot_lv_shrink_size: "{{ bigboot_lv_shrink_size | int }}"
# bigboot_size: "{{ bigboot_size }}" bigboot_size: "{{ bigboot_size }}"
# bigboot_skip_rear_backup: "{{ bigboot_skip_rear | default('false') }}" bigboot_skip_rear_backup: "{{ bigboot_skip_rear | default('false') }}"
# per_host: false per_host: false
# aggregate: false aggregate: false
... ...