Role: alacritty: URL angepasst (#396)

Reviewed-on: mg/ansible#396
This commit is contained in:
Michael Grote 2022-08-06 14:22:19 +02:00
parent ba9c11fa7c
commit 134e66d5f7
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,4 @@ all:
children:
laptop:
hosts:
irantu.grote.lan:
mint.grote.lan:
t410.grote.lan:

View File

@ -0,0 +1,2 @@
---
alacritty_url: http://docker7.grote.lan:3344/alacritty/alacritty-latest.tar.gz

View File

@ -1,7 +1,7 @@
---
- name: download binary
ansible.builtin.unarchive:
src: https://git.mgrote.net/mg/build-alacritty/raw/branch/master/alacritty-latest.tar.gz
src: "{{ alacritty_url }}"
dest: /usr/local/bin
remote_src: yes