1
0

Add role for eget installation

This commit is contained in:
2024-12-22 20:49:47 +03:00
parent 7241cca4fb
commit 4cd6d8ff64
8 changed files with 173 additions and 1 deletions

View File

@ -0,0 +1,8 @@
---
# defaults file for eget
eget_version: '1.3.4'
eget_download_url: 'https://github.com/zyedidia/eget/releases/download/v{{ eget_version }}/eget-{{ eget_version }}-linux_amd64.tar.gz'
eget_install_path: '/usr/bin/eget'
eget_download_dest: '/tmp/{{ eget_download_url | split("/") | last }}'
eget_unarchive_dest: '{{ eget_download_dest | regex_replace("(\.tar\.gz|\.zip)$", "") }}'