infrastructure/ansible/roles/authentik/handlers/main.yml
Jake Howard f49b26c6f0
Deploy authentik
Not integrated into other services quite yet. But it's there
2022-09-18 18:49:17 +01:00

5 lines
100 B
YAML

- name: restart authentik
shell:
chdir: /opt/authentik
cmd: "{{ docker_update_command }}"