fix: add linter
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-02-08 17:56:13 +01:00
parent b7cba859e2
commit 6b8b178405
7 changed files with 36 additions and 19 deletions

View File

@ -1,7 +1,7 @@
---
- name: restart named
systemd:
ansible.builtin.systemd:
name: "{{ bind_service_name }}"
state: restarted
daemon_reload: true