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

18 lines
335 B
YAML

---
- name: Converge
hosts: all
vars:
pacman_pkgs:
- "{{ pacman_utils }}"
aur_pkgs:
- "{{ aur_utils }}"
pre_tasks:
- name: Install pkgs
community.general.pacman:
update_cache: true
become: true
tasks:
- name: "Include workstation"
include_role:
name: "workstation"