1.0.0 Release IaaS
This commit is contained in:
11
ansible/roles/auth/handlers/main.yaml
Normal file
11
ansible/roles/auth/handlers/main.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Restart authelia
|
||||
ansible.builtin.systemd:
|
||||
name: "authelia.service"
|
||||
state: "restarted"
|
||||
enabled: true
|
||||
scope: "user"
|
||||
daemon_reload: true
|
||||
changed_when: false
|
||||
listen: "notification_restart_authelia"
|
||||
ignore_errors: true # noqa: ignore-errors
|
||||
Reference in New Issue
Block a user