xoxys.authelia/handlers/main.yml
Robert Kaussow 8569a4edd1
All checks were successful
continuous-integration/drone/push Build is passing
refactor: use generic ansible modules service and package
2021-06-05 15:30:33 +02:00

11 lines
192 B
YAML

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