Skip to content

Commit b3f8fb5

Browse files
authored
Update download URL and destination for compose file
1 parent 25178c4 commit b3f8fb5

File tree

1 file changed

+2
-2
lines changed
  • roles/goauthentik.appliance/tasks

1 file changed

+2
-2
lines changed

roles/goauthentik.appliance/tasks/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
- authentik/certs
1111
- name: authentik | Download compose
1212
get_url:
13-
url: https://raw.githubusercontent.com/goauthentik/authentik/version/{{ authentik_version }}/docker-compose.yml
14-
dest: /srv/authentik
13+
url: https://raw.githubusercontent.com/goauthentik/authentik/version/{{ authentik_version }}/lifecycle/container/compose.yml
14+
dest: /srv/authentik/docker-compose.yml
1515
- name: authentik | Copy override file
1616
copy:
1717
src: ./files/docker-compose.override.yml

0 commit comments

Comments
 (0)