mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 14:27:12 +00:00
Tidy up 5.3.2.1
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
98e89d8945
commit
032c75924e
1 changed files with 1 additions and 3 deletions
|
|
@ -14,9 +14,7 @@
|
||||||
- rule_5.3.2.1
|
- rule_5.3.2.1
|
||||||
block:
|
block:
|
||||||
- name: "5.3.2.1 | PATCH | Ensure active authselect profile includes pam modules | Create custom profiles"
|
- name: "5.3.2.1 | PATCH | Ensure active authselect profile includes pam modules | Create custom profiles"
|
||||||
when:
|
when: rhel9cis_authselect_custom_profile_name not in prelim_authselect_profile_list.stdout
|
||||||
- rhel9cis_authselect_custom_profile_create
|
|
||||||
- rhel9cis_authselect_custom_profile_name not in prelim_authselect_profile_list.stdout
|
|
||||||
ansible.builtin.command: "/usr/bin/authselect create-profile {{ rhel9cis_authselect_custom_profile_name }} -b {{ rhel9cis_authselect_default_profile_to_copy }}"
|
ansible.builtin.command: "/usr/bin/authselect create-profile {{ rhel9cis_authselect_custom_profile_name }} -b {{ rhel9cis_authselect_default_profile_to_copy }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
args:
|
args:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue