Ansible_workstation/roles/workstation/molecule/default/converge.yml

24 lines
404 B
YAML

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