This commit is contained in:
2026-03-14 17:50:05 +01:00
parent 1b8725bef1
commit 34ddd440cc
13 changed files with 366 additions and 0 deletions

8
handlers/main.yml Normal file
View File

@@ -0,0 +1,8 @@
---
# handlers file for lsa.wikijs
- name: restart wikijs
systemd:
name: "wikijs-{{ item.name | default('default') }}"
state: restarted
with_items: "{{ wikijs_sites }}"