File tree Expand file tree Collapse file tree
environments/template/group_vars
roles/attribute_aggregation/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ relp_remote:
2828
2929php_display_errors : 1
3030
31- attribute_aggregation_server_version : " 3.0.6"
31+ attribute_aggregation_version : " 3.0.6"
3232oidc_playground_client_version : " 3.0.0"
3333oidc_playground_server_version : " 3.0.0"
3434engine_version : " 6.15.0"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments