ansible-collection-nameserver/roles/knot/handlers/main.yml
s3lph 2ae220b3eb
Some checks failed
Ansible Galaxy / deploy (push) Failing after 1m18s
Ansible Lint / build (push) Successful in 1m27s
feat: the great ansible-lint and documentation update
2024-04-14 22:41:41 +02:00

11 lines
172 B
YAML

---
- name: reload knot
ansible.builtin.service:
name: knot
state: reloaded
- name: restart knot
ansible.builtin.service:
name: knot
state: restarted