From 513cf785e2abf013207d0e452298f223f2eb9804 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 2 Feb 2022 11:22:12 +0000 Subject: [PATCH] changed skip_reboot var name Signed-off-by: Mark Bolwell --- tasks/post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/post.yml b/tasks/post.yml index 313d609..5f54737 100644 --- a/tasks/post.yml +++ b/tasks/post.yml @@ -69,4 +69,4 @@ - name: Reboot host reboot: when: - - not rhel9cis_skip_reboot + - not skip_reboot