bird: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-29 18:59:51 +00:00
parent 14c5424ca1
commit ec7f38455b
2 changed files with 8 additions and 8 deletions

View file

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