Robert Kaussow
c85b030352
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
141 B
YAML
9 lines
141 B
YAML
---
|
|
- name: Restart service
|
|
service:
|
|
name: postfix
|
|
state: restarted
|
|
listen: __postfix_restart
|
|
become: True
|
|
become_user: root
|