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