Skip to content

Commit

Permalink
Merge pull request #145 from siemens/siemens/feat/5.4.2_addVarUsage
Browse files Browse the repository at this point in the history
Using rhel9cis_authselect['options'], otherwise not used at all
  • Loading branch information
uk-bolly authored Dec 21, 2023
2 parents 145ac85 + c19e350 commit e545b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_5/cis_5.4.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- "{{ rhel9cis_5_4_2_profiles_faillock.stdout_lines }}"

- name: "5.4.2 | PATCH | Ensure authselect includes with-faillock | Create custom profiles"
ansible.builtin.shell: "authselect select custom/{{ rhel9cis_authselect['custom_profile_name'] }} with-faillock"
ansible.builtin.shell: "authselect select custom/{{ rhel9cis_authselect['custom_profile_name'] }} {{ rhel9cis_authselect['options'] }}"
when: rhel9cis_authselect_custom_profile_select

- name: 5.4.2 | PATCH | Ensure authselect includes with-faillock | not auth select profile"
Expand Down

0 comments on commit e545b89

Please sign in to comment.