infrastructure/ansible/roles/authentik/handlers/main.yml

5 lines
100 B
YAML
Raw Normal View History

2023-11-07 20:47:19 +00:00
- name: restart authentik
shell:
chdir: /opt/authentik
cmd: "{{ docker_update_command }}"