From db1b008e1105eafe46170c83a33d30e0ddfa243a Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Thu, 25 Apr 2024 09:20:33 +0100 Subject: [PATCH] fixed error in conditional rhel-08-020022 Signed-off-by: Mark Bolwell --- tasks/fix-cat2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/fix-cat2.yml b/tasks/fix-cat2.yml index 1b1471e..8e50668 100644 --- a/tasks/fix-cat2.yml +++ b/tasks/fix-cat2.yml @@ -3206,7 +3206,7 @@ - password-auth when: - rhel_08_020022 - - ansible_distribution_version is version('8.2', '>=') + - ansible_distribution_version is version('8.1', '<=') tags: - RHEL-08-020022 - CAT2