hashistack/molecule/hashistack_ca_default/converge.yml
Bertrand Lanson d194e5ef23
All checks were successful
development / Check commit compliance (push) Successful in 29s
feat: add leaf certificate genearation
2024-08-17 12:16:52 +02:00

11 lines
252 B
YAML

---
- name: Converge
hosts: all
become: true
tasks:
- name: "Include ednz_cloud.hashistack.hashistack_ca"
ansible.builtin.include_role:
name: "ednz_cloud.hashistack.hashistack_ca"
apply:
delegate_to: localhost