hashistack/roles/import_vault_root_ca/molecule/default/converge.yml

9 lines
188 B
YAML
Raw Normal View History

---
- name: Converge
hosts: all
become: true
tasks:
- name: "Include ednxzu.import_vault_root_ca"
ansible.builtin.include_role:
name: "ednxzu.import_vault_root_ca"