ansible-role-common/handlers/main.yml
2022-02-24 00:10:27 +01:00

5 lines
147 B
YAML

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