From 288d6d8c6017295a71db42f18a8331cdff957e6d Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 23 Oct 2024 08:32:49 +0100 Subject: [PATCH] updated tag for boot_part Signed-off-by: Mark Bolwell --- tasks/prelim.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/prelim.yml b/tasks/prelim.yml index 731bcc9..90c9fb1 100644 --- a/tasks/prelim.yml +++ b/tasks/prelim.yml @@ -102,6 +102,8 @@ changed_when: false check_mode: false register: prelim_rhel8stig_boot_part + tags: + - always - name: "PRELIM | Find boot partition UUID" ansible.builtin.shell: if [ -d /sys/firmware/efi ]; then lsblk -l -o +UUID | grep -i efi | awk '{print $NF}'; else lsblk -l -o +UUID | grep -w '/boot' | awk '{print $NF}'; fi