install_docker/molecule/with_custom_config_vagrant/converge.yml
Bertrand Lanson 56c029a56f
All checks were successful
test / Linting (push) Successful in 2m18s
test / Molecule tests (default, debian11) (push) Successful in 2m23s
test / Molecule tests (default, debian12) (push) Successful in 1m34s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m45s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m41s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m58s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 2m20s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m45s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m50s
feat(core): change namespace
2024-02-05 22:28:39 +01:00

9 lines
184 B
YAML

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