mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
fixes with linter
This commit is contained in:
parent
932046cc39
commit
66109effc5
20 changed files with 124 additions and 111 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue