import_vault_root_ca/molecule/default_vagrant/converge.yml

9 lines
196 B
YAML
Raw Normal View History

---
- name: Converge
hosts: all
2023-12-03 16:27:02 +00:00
become: true
tasks:
2024-02-05 21:57:10 +00:00
- name: "Include ednz_cloud.import_vault_root_ca"
ansible.builtin.include_role:
2024-02-05 21:57:10 +00:00
name: "ednz_cloud.import_vault_root_ca"