add packages to install

This commit is contained in:
2026-07-10 11:03:11 +02:00
parent c83446c70d
commit 3423697383
+11
View File
@@ -1,3 +1,14 @@
- name: Install packages
become: true
ansible.builtin.apt:
name:
- neovim
- gdu
- fzf
- tmux
- pipx
state: present
- name: Add infuse user
become: true
ansible.builtin.user: