fix typo's and copy past errors

Signed-off-by: Goetheyn Tony <tony.goetheyn@district09.gent>
This commit is contained in:
Tony Goetheyn 2025-05-30 15:58:55 +02:00 committed by Goetheyn Tony
parent f70821bf7e
commit fd9fec96a1
4 changed files with 6 additions and 6 deletions

View file

@ -58,7 +58,7 @@
- level1-server
- level1-workstation
- patch
- permissionss
- permissions
- rule_7.1.4
- NIST800-53R5_AC-3
- NIST800-53R5_MP-2

View file

@ -186,7 +186,7 @@
- name: "7.2.6 | WARNING | Ensure no duplicate user names exist | Print warning about users with duplicate User Names"
when: discovered_username_check.stdout | length > 0
ansible.builtin.debug:
msg: "Warning!! The following user names are duplicates: {{ discovered_user_username_check.stdout_lines }}"
msg: "Warning!! The following user names are duplicates: {{ discovered_username_check.stdout_lines }}"
- name: "7.2.6 | WARNING | Ensure no duplicate user names exist | Set warning count"
when: discovered_username_check.stdout | length > 0