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 a5a181e commit 12ad317Copy full SHA for 12ad317
CHANGELOG.rst
@@ -10,6 +10,12 @@ Deprecated
10
- Deprecate ``minecraft_supervisor_name`` in favour of
11
``minecraft_service_name``.
12
13
+Fixed
14
+~~~~~
15
+
16
+- When using ``curl`` to check the latest release, execute the task locally
17
+ instead of on the remote host.
18
19
3.0.0 (2016-07-15)
20
------------------
21
tasks/download/latest-curl.yml
@@ -1,5 +1,5 @@
1
- name: retrieve version manifest
2
- command: "curl {{ minecraft_version_manifest_url }}"
+ local_action: command curl {{ minecraft_version_manifest_url }}
3
register: version_manifest
4
5
- name: find and set latest version
0 commit comments