bin path choice, proxy fix, common tasks

This commit is contained in:
ProgramSnail 2025-08-24 00:08:44 +03:00
parent a6e521986b
commit 2fe632b325
7 changed files with 36 additions and 12 deletions

View file

@ -9,7 +9,7 @@
become: true
ansible.builtin.get_url:
url: "https://github.com/Snawoot/hola-proxy/releases/download/{{ hola_version.tag }}/hola-proxy.linux-amd64"
dest: "/usr/bin/hola-proxy"
dest: "{{ bin_install_path }}/hola-proxy"
mode: a+x
force: true
@ -24,6 +24,6 @@
become: true
ansible.builtin.get_url:
url: "https://github.com/Snawoot/opera-proxy/releases/download/{{ opera_version.tag }}/hola-proxy.linux-amd64"
dest: "/usr/bin/hola-proxy"
dest: "{{ bin_install_path }}/opera-proxy"
mode: a+x
force: true