style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent f1cd507720
commit 00dd82862f
2 changed files with 12 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
---
- name: restart spamassassin
service:
- name: Restart spamassassin
ansible.builtin.service:
name: spamassassin
state: restarted