mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-05 23:18:42 +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
|
|
@ -12,4 +12,3 @@ container_tools:
|
||||||
- txt
|
- txt
|
||||||
haskell:
|
haskell:
|
||||||
- haskell
|
- haskell
|
||||||
bin_install_path: '.local/bin'
|
|
||||||
|
|
|
||||||
2
roles/dev/defaults/main.yml
Normal file
2
roles/dev/defaults/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
bin_install_path: '{{ ansible_env.HOME }}/.local/bin'
|
||||||
|
|
||||||
2
roles/dotfiles/defaults/main.yml
Normal file
2
roles/dotfiles/defaults/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
bin_install_path: '{{ ansible_env.HOME }}/.local/bin'
|
||||||
|
|
||||||
2
roles/installs/defaults/main.yml
Normal file
2
roles/installs/defaults/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
bin_install_path: '{{ ansible_env.HOME }}/.local/bin'
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
- name: Installing opera-proxy {{ opera_version.tag }}
|
- name: Installing opera-proxy {{ opera_version.tag }}
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.get_url:
|
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"
|
dest: "{{ bin_install_path }}/opera-proxy"
|
||||||
mode: a+x
|
mode: a+x
|
||||||
force: true
|
force: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue