Fix gitea user not having a shell

This commit is contained in:
Salt 2020-04-30 08:10:02 -05:00
parent 0d8f6f4a97
commit f68c64e467

View File

@ -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