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: service:
name: postfix name: postfix
state: restarted state: restarted
- name: Reload postfix - name: reload postfix
service: service:
name: postfix name: postfix
state: reloaded state: reloaded