xoxys.authelia/handlers/main.yml
Robert Kaussow 21e6e08351
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2021-05-30 23:42:39 +02:00

11 lines
192 B
YAML

---
- name: Restart Authelia Service
systemd:
name: authelia
state: restarted
daemon_reload: yes
enabled: yes
listen: __authelia_restart
become: True
become_user: root