This commit is contained in:
tomas.limpinho
2025-10-12 11:55:56 +01:00
parent c05033cdc8
commit 1d6d1bea7a
7 changed files with 114 additions and 0 deletions

View File

@ -0,0 +1,12 @@
- name: Update apt cache
apt:
update_cache: yes
- name: Install basic packages
apt:
name:
- curl
- vim
- net-tools
- gnupg
state: present