xoxys.postfix_relay/handlers/main.yml
Robert Kaussow c85b030352
All checks were successful
continuous-integration/drone/push Build is passing
fix notification; add missing become_user
2019-01-13 23:39:38 +01:00

9 lines
141 B
YAML

---
- name: Restart service
service:
name: postfix
state: restarted
listen: __postfix_restart
become: True
become_user: root