609a47de72
The current gitea version is updated to 1.7.5. And now you are able to customize the shell of your gitea user. [Issue 14](https://github.com/thomas-maurice/ansible-role-gitea/issues/14)
7 lines
155 B
YAML
7 lines
155 B
YAML
---
|
|
- name: "Create Gitea user"
|
|
user:
|
|
name: "{{ gitea_user }}"
|
|
comment: "Gitea user"
|
|
home: "{{ gitea_home }}"
|
|
shell: "{{ gitea_shell }}"
|