diff --git a/tasks/version.yml b/tasks/version.yml index 059e66d..197a904 100644 --- a/tasks/version.yml +++ b/tasks/version.yml @@ -16,7 +16,7 @@ - name: Set fact for download string set_fact: - nethermind_download_string_matcher: "nethermind-{{ 'linux' if ansible_os_family|lower != 'darwin' else 'darwin' }}-{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}" + nethermind_download_string_matcher: "^.*{{ 'linux' if ansible_os_family|lower != 'darwin' else 'darwin' }}-{{ '(?=amd64|x64)' if ansible_architecture == 'x86_64' else ansible_architecture }}" - debug: var: nethermind_download_string_matcher