8 lines
146 B
YAML
Raw Normal View History

---
2022-07-18 11:22:05 +03:00
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_mailer.yml"
when: run_setup | bool
tags:
- setup-all
- setup-mailer