Use the standard nologin
shell rather than false
to disable the aur_builder
user
This commit is contained in:
parent
2c96d2811d
commit
0dadce3ae7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
name: aur_builder
|
||||
group: wheel
|
||||
password_lock: true
|
||||
shell: /bin/false
|
||||
shell: /usr/bin/nologin
|
||||
|
||||
- name: Allow aur_builder user to run pacman as root
|
||||
lineinfile:
|
||||
|
|
Loading…
Reference in a new issue