Fixed the SSH clone issue.
The git user needs shell and a disabled password.
This commit is contained in:
@@ -76,7 +76,8 @@
|
||||
name: "{{ gitea_user }}"
|
||||
group: "{{ gitea_group }}"
|
||||
home: /home/{{ gitea_user }}
|
||||
shell: /usr/sbin/nologin
|
||||
shell: /bin/bash
|
||||
password: '*'
|
||||
system: true
|
||||
create_home: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user