We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2375703 commit 64df5faCopy full SHA for 64df5fa
tasks/download/fetch_version_download-uri.yml
@@ -17,7 +17,7 @@
17
18
- name: extract version specific mainfest file
19
set_fact:
20
- minecraft_version_manifest_url: "{{ minecraft_versions.json.versions | selectattr('id','equalto', minecraft_version ) | map(attribute='url') | list | first }}"
+ minecraft_version_manifest_url: "{{ minecraft_versions.json.versions | selectattr('id','match', minecraft_version ) | map(attribute='url') | list | first }}"
21
22
- name: Download the version specific mainfest file
23
uri:
0 commit comments