added install of default packages

This commit is contained in:
Mathieu BOURBON
2026-01-23 15:10:27 +01:00
parent b939dc7ccd
commit 6c943dbb9e

View File

@@ -0,0 +1,7 @@
- name: Install default packages
ansible.builtin.apt:
pkg:
- neovim
- curl
- wget
state: present