xoxys.postfix_relay/tasks/post_tasks.yml

8 lines
159 B
YAML
Raw Normal View History

2019-08-25 18:54:37 +00:00
---
- name: Ensure postfix service is up and running
2024-02-18 11:42:08 +00:00
ansible.builtin.service:
2019-08-25 18:54:37 +00:00
name: "postfix"
state: started
daemon_reload: yes
enabled: yes