This commit is contained in:
otthorn 2021-02-16 02:42:08 +01:00
parent ab3659adc2
commit 69d732e612

View file

@ -1,10 +1,10 @@
---
- name: Restart postfix
- name: restart postfix
service:
name: postfix
state: restarted
- name: Reload postfix
- name: reload postfix
service:
name: postfix
state: reloaded