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:
parent
13266214d2
commit
d30b2ecfaa
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
uid: "{{nrpe_client_uid|default(omit)}}"
|
||||
comment: NRPE user for the NRPE service
|
||||
home: /var/run/nrpe
|
||||
ansible.builtin.shell: /sbin/nologin
|
||||
shell: /sbin/nologin
|
||||
system: true
|
||||
tags:
|
||||
- nagios_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue