mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-08 19:57:35 +01:00
10 lines
173 B
YAML
10 lines
173 B
YAML
---
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-aux-files
|
|
- install-all
|
|
- install-aux-files
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup.yml"
|