Skip to content

Commit

Permalink
Mujina: Use correct version var
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Mar 15, 2024
1 parent 8f94834 commit 2d6ca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mujina-idp/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- name: Create and start the server container
community.docker.docker_container:
name: mujina_idp
image: ghcr.io/openconext/mujina/mujina-idp:{{ mujina_idp_version }}
image: ghcr.io/openconext/mujina/mujina-idp:{{ mujina_version }}
pull: true
restart_policy: "always"
state: started
Expand Down

0 comments on commit 2d6ca3e

Please sign in to comment.