sshd: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-29 18:22:24 +00:00
parent bcbbaece64
commit 8cb151b985
2 changed files with 29 additions and 30 deletions

View file

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