fixes, defaults per role for now

This commit is contained in:
ProgramSnail 2025-08-24 00:22:54 +03:00
parent 2fe632b325
commit 2c2270ce8c
5 changed files with 7 additions and 2 deletions

View file

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