Set the owner and group of the gitea binary.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user