cloud-environments-example/roles/authentik/handlers/main.yml
2023-08-20 11:13:16 +02:00

8 lines
150 B
YAML
Executable File

---
- name: restart authentik
docker_compose:
project_src: "{{ authentik_link }}"
state: present
restarted: yes
remove_orphans: yes