Small changes, improved consistency

Signed-off-by: Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
Pruteanu 2024-02-16 18:59:31 +02:00 committed by Fabian Raab
parent 40bc7aa082
commit f3a9100734
No known key found for this signature in database
GPG key ID: E2FF6AC109A1D59F
7 changed files with 8 additions and 10 deletions

View file

@ -75,7 +75,7 @@
- groups
- rule_6.2.3
- name: "6.2.4 | AUDIT Ensure no duplicate UIDs exist"
- name: "6.2.4 | AUDIT | Ensure no duplicate UIDs exist"
block:
- name: "6.2.4 | AUDIT | Ensure no duplicate UIDs exist | Check for duplicate UIDs"
ansible.builtin.shell: "pwck -r | awk -F: '{if ($3 in uid) print $1 ; else uid[$3]}' /etc/passwd"
@ -88,7 +88,7 @@
msg: "Warning!! The following users have UIDs that are duplicates: {{ rhel9cis_6_2_4_user_uid_check.stdout_lines }}"
when: rhel9cis_6_2_4_user_uid_check.stdout | length >= 1
- name: "6.2.4 | AUDIT| Ensure no duplicate UIDs exist | warning count"
- name: "6.2.4 | AUDIT | Ensure no duplicate UIDs exist | warning count"
ansible.builtin.import_tasks:
file: warning_facts.yml
when: rhel9cis_6_2_4_user_uid_check.stdout | length >= 1