roles/server/gitea: Run update script as root

wip
Felix Stupp 5 years ago
parent f0f8a4a5c3
commit e7bdb5f26b
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -66,7 +66,6 @@
mode: "u=rwx,g=rx,o=r"
- name: Download gitea
become_user: "{{ gitea_system_user }}"
command: "{{ gitea_update_script_path }}"
args:
chdir: "{{ gitea_installation_directory }}"

Loading…
Cancel
Save