1
0
Fork 0

add stuff, i don't even know anymore man

This commit is contained in:
cătălin 2024-04-19 13:38:19 +02:00
commit 98a561fa5a
No known key found for this signature in database
16 changed files with 555 additions and 56 deletions

View file

@ -4,17 +4,25 @@
name:
- git
- tmux
- python3-pip
- python-pip
- fish
- rofi
- automake
- libtool
- mpv
- ncdu
- xclip
state: present
tags:
- agnostic
- name: Install Arch packages
become: true
when: ansible_os_family == "Archlinux"
ansible.builtin.import_tasks: arch.yml
tags:
- arch
- name: Install Debian packages
become: true
when: ansible_os_family == "Debian"
@ -48,9 +56,4 @@
become: true
ansible.builtin.import_tasks: snap.yml
tags:
- snap
- name: Install binaries
ansible.builtin.import_tasks: bin.yml
tags:
- bin
- snap