hashistack/roles/ednxzu.docker_systemd_service/molecule/default_vagrant/prepare.yml

11 lines
215 B
YAML
Raw Normal View History

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