nsd: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-30 15:30:44 +00:00
parent 64e868fc10
commit 0932aaeda1
2 changed files with 16 additions and 16 deletions

View file

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