Feat: init refact with test

This commit is contained in:
2022-01-05 11:25:33 +01:00
parent ce2f3b872e
commit 448d5096d0
260 changed files with 1606 additions and 13294 deletions

View File

@@ -0,0 +1,14 @@
---
# tasks file for arch_pkg_install
- name: Install pkgs
community.general.pacman:
name: "{{ item }}"
state: present
with_items: pkgs
- name: Install AUR pkgs
kewlfft.aur.aur:
name: "{{ item }}"
state: present
with_items: aur_pkgs