Gramma And fix to nobody and tss

Signed-off-by: Kristian Ebdrup <kris9854@gmail.com>
This commit is contained in:
Kristian Ebdrup 2022-09-17 23:26:26 +02:00
parent 04324e049d
commit 6e23643a2a
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,5 @@
--- ---
collections: collections:
- name: community.general - name: community.general
- name: community.crypto - name: community.crypto
- name: ansible.posix - name: ansible.posix

View file

@ -301,6 +301,8 @@
when: when:
- min_int_uid | int <= item.uid - min_int_uid | int <= item.uid
- rhel9cis_rule_6_2_10 - rhel9cis_rule_6_2_10
- item.id != 'nobody'
- (item.id != 'tss' and item.dir != '/dev/null')
tags: tags:
- skip_ansible_lint # settings found on 6_2_7 - skip_ansible_lint # settings found on 6_2_7
- level1-server - level1-server