mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 11:17:34 +01:00
14 lines
276 B
YAML
14 lines
276 B
YAML
---
|
|
|
|
- block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
tags:
|
|
- setup-all
|
|
- install-all
|
|
|
|
- block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/cleanup_usr_local_bin.yml"
|
|
tags:
|
|
- setup-all
|
|
- install-all
|