fix: fixes for problems encountered during deployment

This commit is contained in:
Twirre Meulenbelt
2026-04-22 18:29:36 +02:00
parent 4aa98b5514
commit d8f4307969
7 changed files with 131 additions and 123 deletions

View File

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