ansible-role-authentik/handlers/main.yml

10 lines
179 B
YAML
Raw Permalink Normal View History

2022-09-15 13:29:02 +02:00
---
# handlers file for authentik
2022-09-16 16:07:01 +02:00
- name: Restart authentik
community.docker.docker_compose:
project_src: ~/authentik/
build: false
restarted: true
become: false