From d0b1366fe0ce37f4b28fca6fa7838e88d082d0c4 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 17 Feb 2024 23:08:14 -0500 Subject: [PATCH] Cleanup --- tasks/capture_boot_device_details.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasks/capture_boot_device_details.yml b/tasks/capture_boot_device_details.yml index aa39969..57d8b28 100644 --- a/tasks/capture_boot_device_details.yml +++ b/tasks/capture_boot_device_details.yml @@ -1,9 +1,4 @@ --- -- name: Set bigboot_size_target to default value - ansible.builtin.set_fact: - bigboot_size_target: "{{ bigboot_size }}" - no_log: false - - name: Get /boot mount information ansible.builtin.set_fact: bigboot_boot_mount: "{{ ansible_facts.mounts \