Post-Tyranny-Tech-Infrastru.../ansible/roles/authentik
Pieter 5b38c4b5b4 fix: Copy flow scripts into container before executing them
The flows.yml task was trying to execute Python scripts inside the
container before copying them in with docker cp. This caused the
'No such file or directory' error on fresh deployments.

Fixed by reordering tasks to:
1. Copy scripts to host /tmp
2. Docker cp into container
3. Execute scripts inside container

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-13 10:55:14 +01:00
..
defaults Add Authentik identity provider to architecture 2026-01-07 11:23:13 +01:00
files feat: Add Authentik recovery and invitation flows 2026-01-13 10:43:16 +01:00
handlers Add Authentik identity provider to architecture 2026-01-07 11:23:13 +01:00
tasks fix: Copy flow scripts into container before executing them 2026-01-13 10:55:14 +01:00
templates fix: Resolve Authentik email delivery issues 2026-01-13 09:52:23 +01:00