Skip to content

Commit

Permalink
Correct URL to download setup-glassfish.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Oct 9, 2024
1 parent 540b662 commit a19076f
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 a19076f

Please sign in to comment.