hashistack/playbooks/prepare.yml

10 lines
211 B
YAML
Raw Normal View History

---
# hashistack prepare playbook
- name: "Prepare"
hosts: all
gather_facts: true
tasks:
- name: "Include ednxzu.install_docker"
ansible.builtin.include_role:
name: ednxzu.install_docker