mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-31 11:48:16 +00:00
text fixes, remove unrequired todos, gamedev fixes, fixes
This commit is contained in:
parent
86f72b810e
commit
3246e1c08c
6 changed files with 12 additions and 13 deletions
|
|
@ -8,7 +8,6 @@
|
|||
- name: Installing hola-proxy {{ hola_version.tag }}
|
||||
become: true
|
||||
ansible.builtin.get_url:
|
||||
# TODO: insert v before version ??
|
||||
url: "https://github.com/Snawoot/hola-proxy/releases/download/{{ hola_version.tag }}/hola-proxy.linux-amd64"
|
||||
dest: "/usr/bin/hola-proxy"
|
||||
mode: a+x
|
||||
|
|
@ -24,7 +23,6 @@
|
|||
- name: Installing opera-proxy {{ opera_version.tag }}
|
||||
become: true
|
||||
ansible.builtin.get_url:
|
||||
# TODO: insert v before version ??
|
||||
url: "https://github.com/Snawoot/opera-proxy/releases/download/{{ opera_version.tag }}/hola-proxy.linux-amd64"
|
||||
dest: "/usr/bin/hola-proxy"
|
||||
mode: a+x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue