hashistack/molecule/hashistack_ca_default/converge.yml

11 lines
252 B
YAML
Raw Permalink Normal View History

---
- name: Converge
hosts: all
become: true
tasks:
- name: "Include ednz_cloud.hashistack.hashistack_ca"
ansible.builtin.include_role:
name: "ednz_cloud.hashistack.hashistack_ca"
2024-08-17 10:16:52 +00:00
apply:
delegate_to: localhost