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

8 lines
125 B
YAML

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