docker_systemd_service/molecule/with_custom_flags_vagrant/prepare.yml
Bertrand Lanson d5af8a6886
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 46s
test / Molecule tests (default, ubuntu2204) (push) Successful in 46s
test / Molecule tests (default, debian12) (push) Successful in 52s
test / Molecule tests (with_custom_flags, ubuntu2004) (push) Successful in 1m3s
test / Molecule tests (with_custom_flags, ubuntu2204) (push) Successful in 32s
test / Molecule tests (with_custom_flags, debian12) (push) Successful in 33s
test / Molecule tests (default, ubuntu2004) (push) Successful in 32s
test / Molecule tests (with_custom_flags, debian11) (push) Successful in 31s
feat(core): change namespace
2024-02-05 22:38:49 +01:00

11 lines
219 B
YAML

---
- name: Prepare
hosts: all
become: true
tasks:
- name: "Install docker"
ansible.builtin.include_role:
name: ednz_cloud.install_docker
vars:
install_docker_python_packages: true