feat: Create role

This commit is contained in:
2025-04-28 13:59:37 +02:00
committed by pulsar
parent d9b6bf9864
commit 1de4fd2b55
7 changed files with 161 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
---
# handlers file for dnsmasq
- name: Redémarrer radicale.service
ansible.builtin.systemd:
state: restarted
daemon_reload: true
enabled: true
name: radicale.service
become: true