1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-01-29 18:04:11 +02:00
2022-07-18 13:01:17 +03:00

12 lines
233 B
YAML

---
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/init.yml"
tags:
- always
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_mailer.yml"
when: run_setup | bool
tags:
- setup-all
- setup-mailer