Add install-* tags for quicker runs
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-nginx-proxy
|
||||
- install-all
|
||||
- install-nginx-proxy
|
||||
|
||||
- block:
|
||||
- when: matrix_cactus_comments_enabled | bool
|
||||
@ -13,7 +15,13 @@
|
||||
|
||||
- when: matrix_cactus_comments_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-cactus-comments
|
||||
- install-all
|
||||
- install-cactus-comments
|
||||
|
||||
- block:
|
||||
- when: not matrix_cactus_comments_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user