names fix, fish config copying, some fixes dn to tests

This commit is contained in:
ProgramSnail 2025-08-17 10:54:07 +03:00
parent c2a86623a7
commit 9e97c4c76d
21 changed files with 92 additions and 108 deletions

View file

@ -5,7 +5,7 @@
action: latest_release
register: hola_version
- name: "Installing hola-proxy {{ hola_version.tag }}"
- name: Installing hola-proxy {{ hola_version.tag }}
become: true
ansible.builtin.get_url:
# TODO: insert v before version ??
@ -21,7 +21,7 @@
action: latest_release
register: opera_version
- name: "Installing opera-proxy {{ opera_version.tag }}"
- name: Installing opera-proxy {{ opera_version.tag }}
become: true
ansible.builtin.get_url:
# TODO: insert v before version ??