Initial commit

This commit is contained in:
2024-11-29 21:50:27 +00:00
commit 9940e21540
10 changed files with 837 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Update package cache
community.general.pacman:
update_cache: true
- name: Install packages
community.general.pacman:
pkg:
- python-pyopenssl
notify: Upgrade packages