renew_nomad_certificates/molecule/default_vagrant/converge.yml
Bertrand Lanson bd9474428f
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 1m10s
test / Molecule tests (default, debian12) (push) Successful in 1m14s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m18s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m17s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m11s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m8s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m17s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m21s
feat(core): change namespace
2024-02-05 22:59:31 +01:00

9 lines
204 B
YAML

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