ansible-roles/roles/gitea/tasks/user.yml
2021-12-01 19:13:34 +01:00

9 lines
191 B
YAML

---
- import_tasks: ../includes/create_system_user.yml
vars:
- user: gitea
- comment: GIT Repository account
- home: "{{ gitea_root_dir }}"
- shell: /bin/bash
tags: gitea