fix: missing variable in RHEL9-CIS role
Some checks failed
Ansible Lint Check / lint (push) Failing after 1m2s
Some checks failed
Ansible Lint Check / lint (push) Failing after 1m2s
This commit is contained in:
parent
835ef37f4a
commit
f12e9168e1
1 changed files with 2 additions and 0 deletions
|
|
@ -33,4 +33,6 @@
|
||||||
# domain automatically configures SSSD authentication on your host.
|
# domain automatically configures SSSD authentication on your host.
|
||||||
rhel9cis_allow_authselect_updates: false
|
rhel9cis_allow_authselect_updates: false
|
||||||
rhel9cis_auditd_max_log_file_action: rotate
|
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")
|
when: (ansible_distribution == "Rocky") and (ansible_distribution_major_version == "9")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue