ansible-authelia-role/handlers/main.yml

8 lines
139 B
YAML
Raw Normal View History

2023-04-18 19:11:16 +02:00
---
# handlers file for Ansible-Authelia-Role
2023-04-18 19:46:08 +02:00
- name: Restart authelia
ansible.builtin.service:
name: authelia
state: restarted