From f6a20bb16ffbf68a51ec95ef7c147f0620a577e0 Mon Sep 17 00:00:00 2001 From: DeadSwitch Date: Mon, 9 Feb 2026 14:10:01 +0100 Subject: [PATCH] Set the binary permissions (run). --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index eba22b0..54e05c5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -28,6 +28,11 @@ dest: /usr/local/bin/gitea checksum: "sha256:{{ gitea_checksum_url }}" +- name: Set the permissions of the Gitea binary + ansible.builtin.file: + path: /usr/local/bin/gitea + mode: '0770' + - name: Pause to generate and save the secrets in SOPS ansible.builtin.pause: prompt: |