Feat: start workstation role
This commit is contained in:
8
roles/core/tasks/main.yml
Normal file
8
roles/core/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# tasks file for core
|
||||
- name: Install pkgs
|
||||
community.general.pacman:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items: pacman_pkgs
|
||||
|
Reference in New Issue
Block a user