Feat: move gnome to workstation and order/test it
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user