4Upstream: Adjusting strings used for user-shells conditionals

Signed-off-by: Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
Pruteanu 2024-03-11 17:26:49 +02:00
parent 504c553224
commit f3be71b20b
No known key found for this signature in database
GPG key ID: 8665D673971C2D62

View file

@ -16,6 +16,7 @@
- item.uid < min_int_uid | int
- item.shell != "/bin/false"
- item.shell != "/usr/sbin/nologin"
- item.shell != "/sbin/nologin"
loop_control:
label: "{{ item.id }}"
@ -33,6 +34,7 @@
- item.uid < min_int_uid | int
- item.shell != "/bin/false"
- item.shell != "/usr/sbin/nologin"
- item.shell != "/sbin/nologin"
loop_control:
label: "{{ item.id }}"
when: