ansible-role-common/handlers/main.yml

6 lines
147 B
YAML

- name: restart_sshd
service: name=sshd state=restarted enabled=yes
- name: restart postfix
service: name=postfix state=restarted enabled=yes