diff --git a/tasks/snapshot-release.yml b/tasks/snapshot-release.yml index 2370a4d..f151c18 100644 --- a/tasks/snapshot-release.yml +++ b/tasks/snapshot-release.yml @@ -30,7 +30,7 @@ - name: use the custom package url instead of the repository set_fact: - es_custom_package_url: "{{ snapshots.json[package_name]['url'] }}" + es_custom_package_url: "{{ snapshots.json['packages'][package_name]['url'] }}" es_use_repository: false - name: set snapshot urls for es_plugins when it is defined