ansible-collection-mailserver/roles/postsrsd/tasks/main.yml

13 lines
268 B
YAML

---
- name: Install postsrsd
ansible.builtin.import_tasks: install.yml
tags:
- "role::postsrsd"
- "role::postsrsd:install"
- name: Configure postsrsd
ansible.builtin.import_tasks: config.yml
tags:
- "role::postsrsd"
- "role::postsrsd:config"