addressed issue #387, thank you @fragglexarmy

Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
This commit is contained in:
Frederick Witty 2025-09-09 15:59:30 -04:00
parent 5794114b3e
commit e61cafb59b
No known key found for this signature in database
GPG key ID: D29987C25A47D813
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# Changes to rhel9CIS
## 2.0.3 - Based on CIS v2.0.0
- addressed issue #387, thank you @fragglexarmy
- addressed issue #382 to improve regex logic on 5.4.2.4
- improvment on crypto policy managed controls with var logic
- addressed issue #384 thank you @polski-g

View file

@ -64,7 +64,7 @@
- rhel9cis_force_user_mindays
ansible.builtin.user:
name: "{{ item }}"
password_expire_max: "{{ rhel9cis_pass_min_days }}"
password_expire_min: "{{ rhel9cis_pass_min_days }}"
loop: "{{ discovered_min_days.stdout_lines }}"
- name: "5.4.1.3 | PATCH | Ensure password expiration warning days is configured"