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

8 lines
135 B
YAML

---
- name: Converge
hosts: all
tasks:
- name: "Include arch_pkg_install"
include_role:
name: "arch_pkg_install"