Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed May 1, 2024
1 parent bf4dec8 commit b28482d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
image: "{{ monitoring_server_alertmanager.image }}"
state: started
user: "{{ monitoring_server_uid }}:{{ monitoring_server_gid }}"
command: "{% for key in monitoring_server_alertmanager.commandline_args %}\
--{{ key }}={{ monitoring_server_alertmanager.commandline_args[key] }} {%
endfor %}"
command:
"{% for key in monitoring_server_alertmanager.commandline_args %} --{{ key
}}={{ monitoring_server_alertmanager.commandline_args[key] }} {% endfor %}"
networks:
- name: monitor-net
volumes:
Expand Down
8 changes: 2 additions & 6 deletions roles/omero_server/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,8 @@ omero_server_ice_version: 3.6

omero_server_python_requirements_ice_package:
RedHat:
8:
https://github.com/glencoesoftware/zeroc-ice-py-rhel8-x86_64/releases/download/\
20230929/zeroc_ice-3.6.5-cp36-cp36m-linux_x86_64.whl
9:
https://github.com/glencoesoftware/zeroc-ice-py-rhel9-x86_64/releases/download/\
20230830/zeroc_ice-3.6.5-cp39-cp39-linux_x86_64.whl
8: https://github.com/glencoesoftware/zeroc-ice-py-rhel8-x86_64/releases/download/20230929/zeroc_ice-3.6.5-cp36-cp36m-linux_x86_64.whl
9: https://github.com/glencoesoftware/zeroc-ice-py-rhel9-x86_64/releases/download/20230830/zeroc_ice-3.6.5-cp39-cp39-linux_x86_64.whl

# TODO: sort this out
# ? pip install omero-server-dependencies=={{omero_server_release}}
Expand Down

0 comments on commit b28482d

Please sign in to comment.