roles/server/gitea: Moved update script path to global location

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

@ -23,4 +23,4 @@ gitea_lfs_jwt_secret: "{{ lookup('password', 'credentials/' + inventory_hostname
gitea_oauth_jwt_secret: "{{ lookup('password', 'credentials/' + inventory_hostname + '/gitea/' + domain + '/oauth_jwt_secret length=80') }}"
gitea_update_script: "update_gitea.sh"
gitea_update_script_path: "{{ gitea_installation_directory }}/{{ gitea_update_script }}"
gitea_update_script_path: "{{ update_scripts_directory }}/{{ domain }}"

Loading…
Cancel
Save