[INFO] Créer le rôle

This commit is contained in:
2023-05-17 13:49:56 +02:00
parent ddb7a1a06a
commit 008003d83a
6 changed files with 76 additions and 3 deletions

8
handlers/main.yml Normal file
View File

@@ -0,0 +1,8 @@
---
# handlers file for stubby
- name: Redémarrer stubby.service
ansible.builtin.systemd:
state: restarted
name: stubby.service
become: true