fix: fixes for problems encountered during deployment
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
|
||||
- name: Set Gitea runtime UID and GID from host account
|
||||
ansible.builtin.set_fact:
|
||||
gitea_runtime_uid: "{{ getent_passwd[gitea.service_user][1] }}"
|
||||
gitea_runtime_gid: "{{ getent_group[gitea.service_group][1] }}"
|
||||
gitea_runtime_uid: "{{ ansible_facts['getent_passwd'][gitea.service_user][1] }}"
|
||||
gitea_runtime_gid: "{{ ansible_facts['getent_group'][gitea.service_group][1] }}"
|
||||
|
||||
- name: Ensure Gitea directories exist
|
||||
ansible.builtin.file:
|
||||
|
||||
Reference in New Issue
Block a user