fix: rename files to .yaml
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 57s
Lint Markdown files / markdown-lint (push) Successful in 10s

This commit is contained in:
2025-11-23 22:00:15 +01:00
parent 1ad689e41d
commit 17ba8c87b2
6 changed files with 0 additions and 0 deletions

7
handlers/main.yaml Normal file
View File

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