webdav: add config

This commit is contained in:
Jef Roosens 2025-04-14 14:21:00 +02:00
parent ee7ee2b19d
commit 4b5ed5c8a5
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
13 changed files with 260 additions and 39 deletions

View file

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