infrastructure/playbooks/roles/minecraft_3/tasks/main.yml

11 lines
330 B
YAML

---
- name: Set common facts
ansible.builtin.import_tasks: tasks/set-default-facts.yml
- name: Deploy {{ role_name }}
vars:
env: "{{ minecraft_3_env }}"
compose: "{{ minecraft_3_compose }}"
block:
- name: Import tasks to deploy common service
ansible.builtin.import_tasks: tasks/deploy-common-service.yml