xoxys.postfix_relay/tasks/post_tasks.yml
Robert Kaussow e4220633e3
Some checks failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci: migrate to woodpecker
2024-02-18 12:42:08 +01:00

8 lines
159 B
YAML

---
- name: Ensure postfix service is up and running
ansible.builtin.service:
name: "postfix"
state: started
daemon_reload: yes
enabled: yes