postfix: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-30 17:29:55 +00:00
parent 5864d92d43
commit d72649632f
2 changed files with 115 additions and 100 deletions

View file

@ -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