style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent 00dd82862f
commit 013fead3d6
2 changed files with 17 additions and 15 deletions

View File

@@ -1,9 +1,11 @@
---
- name: restart postfix
service:
- name: Restart postfix
ansible.builtin.service:
name: postfix
state: restarted
- name: postmap sasl_passwd
command: postmap /etc/postfix/sasl_passwd
- name: Postmap sasl_passwd
ansible.builtin.command:
cmd: postmap /etc/postfix/sasl_passwd
changed_when: false