diff --git a/tasks/main.yml b/tasks/main.yml index 54e05c5..cd21ab9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -31,6 +31,8 @@ - name: Set the permissions of the Gitea binary ansible.builtin.file: path: /usr/local/bin/gitea + owner: root + group: "{{ gitea_group }}" mode: '0770' - name: Pause to generate and save the secrets in SOPS