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.
1 parent fb944bb commit 57b69f8Copy full SHA for 57b69f8
etc/kayobe/ansible/maintenance/cis.yml
@@ -36,7 +36,7 @@
36
name: ansible-lockdown.rhel9_cis
37
when: ansible_facts.os_family == 'RedHat' and ansible_facts.distribution_major_version == '9'
38
39
- - name: Run CIS hardening role (Ubuntu 22)
+ - name: Run CIS hardening role (Ubuntu 24)
40
ansible.builtin.include_role:
41
- name: ansible-lockdown.ubuntu22_cis
42
- when: ansible_facts.distribution == 'Ubuntu' and ansible_facts.distribution_major_version == '22'
+ name: ansible-lockdown.ubuntu24_cis
+ when: ansible_facts.distribution == 'Ubuntu' and ansible_facts.distribution_major_version == '24'
0 commit comments