role_stubby/handlers/main.yml

9 lines
155 B
YAML
Raw Normal View History

2023-05-17 11:49:56 +00:00
---
# handlers file for stubby
- name: Redémarrer stubby.service
ansible.builtin.systemd:
state: restarted
name: stubby.service
become: true