fixes with linter

This commit is contained in:
ProgramSnail 2025-08-09 11:47:58 +03:00
parent 932046cc39
commit 66109effc5
20 changed files with 124 additions and 111 deletions

View file

@ -3,12 +3,11 @@
user: Snawoot
repo: hola-proxy
action: latest_release
register: hola_version
register: hola_version
- name: "Installing hola-proxy {{ hola_version.tag }}"
become: true
ansible.builtin.get_url:
remote_src: yes
# 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"
@ -20,12 +19,11 @@
user: Snawoot
repo: opera-proxy
action: latest_release
register: opera_version
register: opera_version
- name: "Installing opera-proxy {{ opera_version.tag }}"
become: true
ansible.builtin.get_url:
remote_src: yes
# 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"