Skip to content

Commit

Permalink
Fix fetching SapMachine 11 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrhuffy authored Jun 10, 2021
1 parent f6d6e4a commit 449ff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Linux/fetch/sapmachine-fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: Find release version
set_fact:
release_version: >-
{{ version_page.content | regex_search('(1.*[.|-]\d)') }}
{{ version_page.content | regex_search('(1.*[.|-]\d+)') }}
when: java_minor_version == '*'

- name: 'Fetch artifact page'
Expand Down

0 comments on commit 449ff4f

Please sign in to comment.