Skip to content

Commit 57b69f8

Browse files
committed
Enable CIS hardening for Ubuntu Noble
1 parent fb944bb commit 57b69f8

File tree

1 file changed

+3
-3
lines changed
  • etc/kayobe/ansible/maintenance

1 file changed

+3
-3
lines changed

etc/kayobe/ansible/maintenance/cis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
name: ansible-lockdown.rhel9_cis
3737
when: ansible_facts.os_family == 'RedHat' and ansible_facts.distribution_major_version == '9'
3838

39-
- name: Run CIS hardening role (Ubuntu 22)
39+
- name: Run CIS hardening role (Ubuntu 24)
4040
ansible.builtin.include_role:
41-
name: ansible-lockdown.ubuntu22_cis
42-
when: ansible_facts.distribution == 'Ubuntu' and ansible_facts.distribution_major_version == '22'
41+
name: ansible-lockdown.ubuntu24_cis
42+
when: ansible_facts.distribution == 'Ubuntu' and ansible_facts.distribution_major_version == '24'

0 commit comments

Comments
 (0)