Feat: move gnome to workstation and order/test it

This commit is contained in:
2022-01-12 09:31:58 +01:00
parent e346a61ced
commit cc40db2449
8 changed files with 80 additions and 68 deletions

View File

@@ -1,17 +1,23 @@
---
- name: Converge
hosts: all
become: true
vars:
pacman_pkgs:
- "{{ pacman_utils }}"
aur_pkgs:
- "{{ aur_utils }}"
pre_tasks:
- name: Install pkgs
- name: Update cache
community.general.pacman:
update_cache: true
become: true
- name: set AUR
include_role:
name: "../arch_aur"
tasks:
- name: "Include workstation"
include_role:
name: "workstation"

View File

@@ -4,8 +4,11 @@ dependency:
driver:
name: vagrant
platforms:
- name: instance
- name: archlinux
box: "archlinux/archlinux"
provisioner:
name: ansible
verifier:
name: testinfra
options:
sudo: true