mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Updated passwd variable name
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
d136bfa381
commit
5dc2541731
3 changed files with 8 additions and 8 deletions
|
|
@ -212,7 +212,7 @@
|
|||
ansible.builtin.user:
|
||||
name: "{{ item.id }}"
|
||||
shell: /usr/sbin/nologin
|
||||
loop: "{{ rhel9cis_passwd }}"
|
||||
loop: "{{ prelim_captured_passwd_data }}"
|
||||
loop_control:
|
||||
label: "{{ item.id }}"
|
||||
|
||||
|
|
@ -235,6 +235,6 @@
|
|||
ansible.builtin.user:
|
||||
name: "{{ item.id }}"
|
||||
password_lock: true
|
||||
loop: "{{ rhel9cis_passwd }}"
|
||||
loop: "{{ prelim_captured_passwd_data }}"
|
||||
loop_control:
|
||||
label: "{{ item.id }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue