Fix gitea user not having a shell
This commit is contained in:
parent
0d8f6f4a97
commit
f68c64e467
@ -62,7 +62,7 @@
|
||||
name: git
|
||||
password: "!"
|
||||
home: "/home/git"
|
||||
shell: "/usr/sbin/nologin"
|
||||
shell: "/bin/bash"
|
||||
- name: Create directory structure
|
||||
file:
|
||||
state: directory
|
||||
|
Loading…
Reference in New Issue
Block a user