added packages role

This commit is contained in:
2026-06-19 14:09:54 -05:00
parent 17d19d8daa
commit 99a77a225d
3 changed files with 71 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
- name: Install general packages
community.general.pacman:
name: "{{ packages_to_install }}"
state: present