init repos

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-11-20 23:21:44 +01:00
commit c8d3e0acc5
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 24 additions and 0 deletions

9
tasks/main.yml Normal file
View file

@ -0,0 +1,9 @@
---
- name: Install package {{ item.key }}
apt:
name: "{{ item.key }}"
install_recommends: no
update_cache: yes
cache_valid_time: 60
loop: "{{ packages | dict2items }}"