mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
Use the proper sub-task name when authselect custom profile is selected.
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
parent
85e2eb1264
commit
884377c529
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
- "Below are the current custom profiles"
|
||||
- "{{ rhel9cis_5_4_2_profiles_faillock.stdout_lines }}"
|
||||
|
||||
- name: "5.4.2 | PATCH | Ensure authselect includes with-faillock | Create custom profiles"
|
||||
- name: "5.4.2 | PATCH | Ensure authselect includes with-faillock | Select custom profile"
|
||||
ansible.builtin.shell: "authselect select custom/{{ rhel9cis_authselect['custom_profile_name'] }} with-faillock"
|
||||
when: rhel9cis_authselect_custom_profile_select
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue