relayd: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-30 16:34:35 +00:00
parent b93ad7e514
commit 764db2c958
2 changed files with 7 additions and 8 deletions

View file

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