1
0
Fork 0

update arch and debian package list

This commit is contained in:
cătălin 2024-09-16 09:01:56 +02:00
commit bcb3982564
No known key found for this signature in database
6 changed files with 17 additions and 6 deletions

View file

@ -32,10 +32,12 @@
tags:
- arch
- name: Install Debian packages
become: true
when: ansible_os_family == "Debian"
ansible.builtin.import_tasks: debian.yml
tags:
- debian
@ -53,7 +55,6 @@
curl_install_urls:
- https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer
- https://astral.sh/uv/install.sh
- https://zed.dev/install.sh | ZED_CHANNEL=preview
tags:
- curl
@ -64,6 +65,7 @@
vars:
curl_install_urls:
- https://sw.kovidgoyal.net/kitty/installer.sh
- https://zed.dev/install.sh | ZED_CHANNEL=preview
tags:
- gui
- curl