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

12 lines
209 B
YAML

---
- name: Install postsrsd
ansible.builtin.apt:
name: postsrsd
state: present
- name: Start and enable postsrsd
ansible.builtin.service:
name: postsrsd
state: started
enabled: true