feat: Create role

This commit is contained in:
2025-04-28 14:14:19 +02:00
committed by pulsar
parent d9b6bf9864
commit 6e2a55c86c
9 changed files with 143 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
---
# handlers file for dnsmasq
- name: Restart radicale.service
ansible.builtin.systemd:
state: restarted
daemon_reload: true
enabled: true
name: radicale.service
become: true