Skip to content

Commit fd8f37b

Browse files
committed
Rename AA version var
1 parent 6e35593 commit fd8f37b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environments/template/group_vars/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ relp_remote:
2828

2929
php_display_errors: 1
3030

31-
attribute_aggregation_server_version: "3.0.6"
31+
attribute_aggregation_version: "3.0.6"
3232
oidc_playground_client_version: "3.0.0"
3333
oidc_playground_server_version: "3.0.0"
3434
engine_version: "6.15.0"

roles/attribute_aggregation/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
- name: Create and start the server container
4545
community.docker.docker_container:
4646
name: "aaserver"
47-
image: "ghcr.io/openconext/openconext-attribute-aggregation/aa-server:{{ attribute_aggregation_server_version }}"
47+
image: "ghcr.io/openconext/openconext-attribute-aggregation/aa-server:{{ attribute_aggregation_version }}"
4848
pull: true
4949
restart_policy: "always"
5050
state: "started"

0 commit comments

Comments
 (0)