4
0
Fork 0

issue #393 addressed thanks to @fragglexarmy

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-10-01 10:32:52 +01:00
parent d63f58972d
commit d2b371432e
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9

View file

@ -94,7 +94,7 @@
- discovered_warn_days.stdout_lines | length > 0
- item in prelim_interactive_users | map(attribute='username') | list
- rhel9cis_force_user_warnage
ansible.builtin.command: "chage --warndays {{ rhel9cis_pass['warn_age'] }} {{ item }}"
ansible.builtin.command: "chage --warndays {{ rhel9cis_pass_warn_age }} {{ item }}"
changed_when: true
loop: "{{ discovered_warn_days.stdout_lines }}"