import_vault_root_ca/molecule/default/converge.yml

9 lines
196 B
YAML
Raw Normal View History

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