v0.0.1
This commit is contained in:
8
handlers/main.yml
Normal file
8
handlers/main.yml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user