postfix: ansible-lint fixes
This commit is contained in:
parent
5864d92d43
commit
d72649632f
2 changed files with 115 additions and 100 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
- name: restart postfix
|
||||
service:
|
||||
- name: Restart postfix
|
||||
ansible.builtin.service:
|
||||
name: postfix
|
||||
state: restarted
|
||||
|
||||
- name: restart stunnel-smtps
|
||||
service:
|
||||
- name: Restart stunnel-smtps
|
||||
ansible.builtin.service:
|
||||
name: stunnel-smtps
|
||||
state: restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue