- Move all roles from playbooks/roles/ to roles/ - Update roles_path in ansible.cfg - Add cast user to common role - Create standalone podman role - Add semaphore role with Podman + Quadlet support
9 lines
334 B
YAML
9 lines
334 B
YAML
# ------------------------------------------------------------------------------
|
|
# FILE: roles/authentik/handlers/main.yml
|
|
# ------------------------------------------------------------------------------
|
|
|
|
- name: restart authentik
|
|
community.docker.docker_compose_v2:
|
|
project_src: "{{ authentik_base_dir }}"
|
|
state: restarted
|