opensmtpd: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-30 16:04:41 +00:00
parent 67a6dd1545
commit 999026a8bc
2 changed files with 8 additions and 13 deletions

View file

@ -1,5 +1,5 @@
---
- name: restart opensmtpd
service:
- name: Restart opensmtpd
ansible.builtin.service:
name: smtpd
state: restarted