Feat: start workstation role

This commit is contained in:
2022-01-05 14:03:01 +01:00
parent 2de9bd5bef
commit 272aa5e11a
15 changed files with 282 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
# tasks file for core
- name: Install pkgs
community.general.pacman:
name: "{{ item }}"
state: present
with_items: pacman_pkgs