From a2b1a6db6875f98c6e5554d772d6ca2584840526 Mon Sep 17 00:00:00 2001 From: George Nalen Date: Mon, 8 Feb 2021 09:33:43 -0500 Subject: [PATCH] fixed default variable valuef for testing Signed-off-by: George Nalen --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 39e0889..63d36ca 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -41,7 +41,7 @@ is_implemented: false #set to false to skip long running tasks long_running: false -win_skip_for_test: true +win_skip_for_test: false # These variables correspond with the STIG IDs defined in the STIG and allows you to enable/disable specific rules. # PLEASE NOTE: These work in coordination with the cat1, cat2, cat3 group variables. You must enable an entire group