xoxys.postfix_relay/tasks/post_tasks.yml
Robert Kaussow 3287e55911
All checks were successful
continuous-integration/drone/push Build is passing
add post tasks
2019-08-25 20:54:37 +02:00

10 lines
178 B
YAML

---
- name: Ensure postfix service is up and running
systemd:
name: "postfix"
state: started
daemon_reload: yes
enabled: yes
become: True
become_user: root