mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-16 07:39:23 +00:00
5 lines
74 B
YAML
5 lines
74 B
YAML
- name: restart Postfix
|
|
service:
|
|
name: postfix
|
|
state: restarted
|