From 0c2e3fc814c0a6fce0e040cc928b84bdc069cb03 Mon Sep 17 00:00:00 2001 From: whitehat237 Date: Mon, 29 Jan 2024 17:32:32 -0600 Subject: [PATCH] Adds when criteria for rhel_08_040321 in tasks/fix-cat2.yml, to skip the task when rhel8stig_gui is set to true, resolves issue #243 Signed-off-by: whitehat237 --- tasks/fix-cat2.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/fix-cat2.yml b/tasks/fix-cat2.yml index 41eada9..5f18567 100644 --- a/tasks/fix-cat2.yml +++ b/tasks/fix-cat2.yml @@ -7401,6 +7401,7 @@ state: link when: - rhel_08_040321 + - not rhel8stig_gui tags: - RHEL-08-040321 - CAT2