We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2903a6 + 926cfc9 commit e1c3814Copy full SHA for e1c3814
tasks/section2.yml
@@ -430,7 +430,7 @@
430
state: absent
431
when:
432
- centos7cis_level1 is defined and centos7cis_level1
433
- - centos7cis_xwindows_required is defined not centos7cis_xwindows_required
+ - centos7cis_xwindows_required is defined and not centos7cis_xwindows_required
434
- centos7cis_disable_service_checks is defined and centos7cis_disable_service_checks
435
with_items:
436
- "@X Window System"
tasks/section3.yml
@@ -301,7 +301,7 @@
301
line: "ALL: ALL"
302
303
304
- - centos7cis_enable_host_deny is defined
+ - centos7cis_enable_hosts_deny is defined
305
- centos7cis_enable_hosts_deny
306
tags:
307
- level1
0 commit comments