Deploy authentik
Not integrated into other services quite yet. But it's there
This commit is contained in:
4
ansible/roles/authentik/handlers/main.yml
Normal file
4
ansible/roles/authentik/handlers/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
- name: restart authentik
|
||||
shell:
|
||||
chdir: /opt/authentik
|
||||
cmd: "{{ docker_update_command }}"
|
Reference in New Issue
Block a user