Add dokuwiki role

For an Alpine Linux VM.
This commit is contained in:
Timotej Lazar 2024-01-20 18:38:41 +01:00
parent 4420846817
commit 02f778604c
9 changed files with 246 additions and 1 deletions

View file

@ -0,0 +1,5 @@
- name: reload nginx
service:
name: nginx
state: reloaded
when: "'handler' not in ansible_skip_tags"