style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent b228498a9b
commit f1cd507720
21 changed files with 101 additions and 74 deletions

View File

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