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 f8ed8c1 + d1c589b commit 2aa9d60Copy full SHA for 2aa9d60
etc/kayobe/ansible/cis.yml
@@ -32,14 +32,11 @@
32
- include_role:
33
name: ansible-lockdown.rhel8_cis
34
when: ansible_facts.os_family == 'RedHat' and ansible_facts.distribution_major_version == '8'
35
- tags: always
36
37
38
name: ansible-lockdown.rhel9_cis
39
when: ansible_facts.os_family == 'RedHat' and ansible_facts.distribution_major_version == '9'
40
41
42
43
name: ansible-lockdown.ubuntu22_cis
44
when: ansible_facts.distribution == 'Ubuntu' and ansible_facts.distribution_major_version == '22'
45
0 commit comments