5 lines
147 B
YAML
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
|