mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-07 20:25:06 +00:00
fixes, defaults per role for now
This commit is contained in:
parent
2fe632b325
commit
2c2270ce8c
5 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue