We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f76a3e + 0658f1f commit eeb1222Copy full SHA for eeb1222
defaults/main.yml
@@ -41,7 +41,7 @@ is_implemented: false
41
#set to false to skip long running tasks
42
long_running: false
43
44
-win_skip_for_test: true
+win_skip_for_test: false
45
46
# These variables correspond with the STIG IDs defined in the STIG and allows you to enable/disable specific rules.
47
# PLEASE NOTE: These work in coordination with the cat1, cat2, cat3 group variables. You must enable an entire group
tasks/section18.yml
@@ -2404,7 +2404,6 @@
2404
type: dword
2405
when:
2406
- rule_18_9_97_2_4
2407
- # - not win_skip_for_test
2408
tags:
2409
- level1-domaincontroller
2410
- level1-memberserver
0 commit comments