ansible/roles/shell/handlers/postfix.yml

5 lines
74 B
YAML

- name: restart Postfix
service:
name: postfix
state: restarted