7
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-03-06 05:40:49 +00:00
matrix-docker-ansible-deploy/roles/custom/matrix_playbook_migration/tasks/main.yml

14 lines
276 B
YAML
Raw Normal View History

---
- block:
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
tags:
- setup-all
2022-11-25 14:02:51 +00:00
- install-all
- block:
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/cleanup_usr_local_bin.yml"
tags:
- setup-all
- install-all