add packages to install
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user