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

5 lines
100 B
YAML
Raw Normal View History

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