feat: skip auth paths

This commit is contained in:
2023-01-15 22:46:43 +01:00
parent 98aaa561c5
commit f32bd17013
4 changed files with 48 additions and 8 deletions

View File

@@ -0,0 +1,19 @@
- name: systemctl restart image-factory
systemd:
name: image-factory
state: restarted
- name: systemctl restart serien-ampel
systemd:
name: serien-ampel
state: restarted
- name: systemctl restart simple-log-server
systemd:
name: simple-log-server
state: restarted
- name: systemctl restart soundlib-interface
systemd:
name: soundlib-interface
state: restarted