Add install-* tags for quicker runs

This commit is contained in:
Slavi Pantaleev
2022-11-25 16:02:51 +02:00
parent 34c01da9d2
commit 61f67d8f0a
67 changed files with 449 additions and 7 deletions

View File

@ -6,7 +6,13 @@
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
when: "run_setup | bool and matrix_bot_buscarron_enabled | bool"
tags:
- setup-all
- setup-bot-buscarron
- install-all
- install-bot-buscarron
- block:
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
when: "run_setup | bool and not matrix_bot_buscarron_enabled | bool"
tags: