Set the owner and group of the gitea binary.

This commit is contained in:
Tom
2026-02-09 14:18:40 +01:00
parent f6a20bb16f
commit a8a8907463

View File

@@ -31,6 +31,8 @@
- name: Set the permissions of the Gitea binary - name: Set the permissions of the Gitea binary
ansible.builtin.file: ansible.builtin.file:
path: /usr/local/bin/gitea path: /usr/local/bin/gitea
owner: root
group: "{{ gitea_group }}"
mode: '0770' mode: '0770'
- name: Pause to generate and save the secrets in SOPS - name: Pause to generate and save the secrets in SOPS