This commit is contained in:
2024-09-01 20:56:12 +03:00
commit 9717dca6a2
9 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: install applications
pacman:
name: "{{ app }}"
loop: "{{ apps }}"
loop_control:
loop_var: "app"