install_docker/molecule/with_custom_config_vagrant/converge.yml

9 lines
176 B
YAML
Raw Normal View History

---
- name: Converge
hosts: all
2023-12-03 16:29:45 +00:00
become: true
tasks:
- name: "Include ednxzu.install_docker"
ansible.builtin.include_role:
name: "ednxzu.install_docker"