diff --git a/defaults/main.yml b/defaults/main.yml index 23994ff..a68beca 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 diff --git a/tasks/section18.yml b/tasks/section18.yml index d0efd88..4fa41fd 100644 --- a/tasks/section18.yml +++ b/tasks/section18.yml @@ -2404,7 +2404,6 @@ type: dword when: - rule_18_9_97_2_4 - # - not win_skip_for_test tags: - level1-domaincontroller - level1-memberserver