fix: missing variable in RHEL9-CIS role
Some checks failed
Ansible Lint Check / lint (push) Failing after 1m2s

This commit is contained in:
Iain Learmonth 2026-05-19 12:16:06 +01:00
parent 835ef37f4a
commit f12e9168e1

View file

@ -33,4 +33,6 @@
# domain automatically configures SSSD authentication on your host.
rhel9cis_allow_authselect_updates: false
rhel9cis_auditd_max_log_file_action: rotate
# The following is for some reason not set as a default
rhel9cis_sudoers_exclude_nopasswd_list: []
when: (ansible_distribution == "Rocky") and (ansible_distribution_major_version == "9")