Skip to content

Commit eeb1222

Browse files
authored
Merge pull request #4 from ansible-lockdown/devel
Fixed default value for testing var
2 parents 7f76a3e + 0658f1f commit eeb1222

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ is_implemented: false
4141
#set to false to skip long running tasks
4242
long_running: false
4343

44-
win_skip_for_test: true
44+
win_skip_for_test: false
4545

4646
# These variables correspond with the STIG IDs defined in the STIG and allows you to enable/disable specific rules.
4747
# PLEASE NOTE: These work in coordination with the cat1, cat2, cat3 group variables. You must enable an entire group

tasks/section18.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2404,7 +2404,6 @@
24042404
type: dword
24052405
when:
24062406
- rule_18_9_97_2_4
2407-
# - not win_skip_for_test
24082407
tags:
24092408
- level1-domaincontroller
24102409
- level1-memberserver

0 commit comments

Comments
 (0)