nagios_client: fix shell call to useradd

This is a actual shell var, not a call to the ansible shell plugin.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-15 17:08:56 -08:00
parent 13266214d2
commit d30b2ecfaa

View file

@ -8,7 +8,7 @@
uid: "{{nrpe_client_uid|default(omit)}}" uid: "{{nrpe_client_uid|default(omit)}}"
comment: NRPE user for the NRPE service comment: NRPE user for the NRPE service
home: /var/run/nrpe home: /var/run/nrpe
ansible.builtin.shell: /sbin/nologin shell: /sbin/nologin
system: true system: true
tags: tags:
- nagios_client - nagios_client