mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
fix pre-commit var naming for authselect
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
12f97a0945
commit
9a113ea4a8
1 changed files with 2 additions and 2 deletions
|
|
@ -118,8 +118,8 @@
|
||||||
- name: "Check authselect profile is selected | Check current profile"
|
- name: "Check authselect profile is selected | Check current profile"
|
||||||
ansible.builtin.command: authselect list
|
ansible.builtin.command: authselect list
|
||||||
changed_when: false
|
changed_when: false
|
||||||
failed_when: prelim_authselect_current_profile.rc not in [ 0, 1 ]
|
failed_when: prelim_authselect_profile_list.rc not in [ 0, 1 ]
|
||||||
register: prelim_authselect_current_profile
|
register: prelim_authselect_profile_list
|
||||||
|
|
||||||
- name: "Ensure root password is set"
|
- name: "Ensure root password is set"
|
||||||
when: rhel9cis_rule_5_4_2_4
|
when: rhel9cis_rule_5_4_2_4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue