docker_systemd_service/molecule/with_custom_flags_vagrant/prepare.yml
Bertrand Lanson 9b6bf1684e
All checks were successful
test / Linting (push) Successful in 10s
feat(tests): added custom tests for both vagrant and docker
2023-12-10 18:25:43 +01:00

11 lines
215 B
YAML

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