Skip to content

Commit 64df5fa

Browse files
authored
Update fetch_version_download-uri.yml
1 parent 2375703 commit 64df5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/download/fetch_version_download-uri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- name: extract version specific mainfest file
1919
set_fact:
20-
minecraft_version_manifest_url: "{{ minecraft_versions.json.versions | selectattr('id','equalto', minecraft_version ) | map(attribute='url') | list | first }}"
20+
minecraft_version_manifest_url: "{{ minecraft_versions.json.versions | selectattr('id','match', minecraft_version ) | map(attribute='url') | list | first }}"
2121

2222
- name: Download the version specific mainfest file
2323
uri:

0 commit comments

Comments
 (0)