Skip to content

Commit

Permalink
Merge pull request #109 from icatproject-contrib/setup-glassfish-url
Browse files Browse the repository at this point in the history
Correct URL to download `setup-glassfish.py`
  • Loading branch information
MRichards99 authored Oct 9, 2024
2 parents 540b662 + a19076f commit dc5acee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/payara/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

- name: 'Download payara setup script'
get_url:
url: https://icatproject.org/misc/scripts/setup-glassfish.py
url: https://raw.githubusercontent.com/icatproject/icat.utils/master/src/main/scripts/setup-glassfish.py
dest: /home/{{ payara_user }}/scripts
owner: '{{ payara_user }}'
group: '{{ payara_user_group }}'
Expand Down

0 comments on commit dc5acee

Please sign in to comment.