refac: adapt style to pass ansible-lint checks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-08 21:47:45 +01:00
parent b35ba22a6d
commit 4ef83cee22
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
---
- name: restart named
- name: Restart named
ansible.builtin.systemd:
name: "{{ bind_service_name }}"
state: restarted