12 lines
304 B
YAML
12 lines
304 B
YAML
---
|
|
|
|
- block:
|
|
- when: matrix_mailer_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
- when: not matrix_mailer_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
tags:
|
|
- setup-all
|
|
- setup-mailer
|