Fix case
This commit is contained in:
parent
ab3659adc2
commit
69d732e612
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue