any.software.webdav: added role

This commit is contained in:
Jef Roosens 2025-12-23 22:51:12 +01:00
parent 74cf571e05
commit 1fed7d327a
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
7 changed files with 195 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: 'restart webdav'
ansible.builtin.service:
name: 'webdav'
state: 'restarted'