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

@ -12,4 +12,3 @@ container_tools:
- txt
haskell:
- haskell
bin_install_path: '.local/bin'

View file

@ -0,0 +1,2 @@
bin_install_path: '{{ ansible_env.HOME }}/.local/bin'

View file

@ -0,0 +1,2 @@
bin_install_path: '{{ ansible_env.HOME }}/.local/bin'

View file

@ -0,0 +1,2 @@
bin_install_path: '{{ ansible_env.HOME }}/.local/bin'

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