text fixes, remove unrequired todos, gamedev fixes, fixes

This commit is contained in:
ProgramSnail 2025-08-17 19:27:01 +03:00
parent 86f72b810e
commit 3246e1c08c
6 changed files with 12 additions and 13 deletions

View file

@ -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