import_vault_root_ca/molecule/default/converge.yml
Bertrand Lanson ff1de6ded2
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 36s
test / Molecule tests (default, debian12) (push) Successful in 41s
test / Molecule tests (default, ubuntu2004) (push) Successful in 40s
test / Molecule tests (default, ubuntu2204) (push) Successful in 50s
test / Molecule tests (with_custom_ca, debian11) (push) Successful in 39s
test / Molecule tests (with_custom_ca, debian12) (push) Successful in 38s
test / Molecule tests (with_custom_ca, ubuntu2004) (push) Successful in 45s
test / Molecule tests (with_custom_ca, ubuntu2204) (push) Successful in 48s
feat(core): change namespace
2024-02-05 22:57:10 +01:00

9 lines
196 B
YAML

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