1
0
Fork 0

add kucetl and charm.sh debian repos

This commit is contained in:
cătălin 2024-02-13 10:56:58 +01:00
commit f3da1e8b3b
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
8 changed files with 1010 additions and 1 deletions

View file

@ -10,6 +10,7 @@
- automake
- libtool
- mpv
- xclip
state: present
tags:
- agnostic
@ -37,7 +38,19 @@
ansible.builtin.import_tasks: python.yml
tags:
- python
- name: Install Flatpak packages
ansible.builtin.import_tasks: flatpak.yml
tags:
- flatpak
- name: Install Snap packages
become: true
ansible.builtin.import_tasks: snap.yml
tags:
- snap
- name: Install binaries
ansible.builtin.import_tasks: bin.yml
tags:
- bin