Skip to content

Commit 12ad317

Browse files
committed
Check latest release on control machine using curl
1 parent a5a181e commit 12ad317

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Deprecated
1010
- Deprecate ``minecraft_supervisor_name`` in favour of
1111
``minecraft_service_name``.
1212

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+
1319
3.0.0 (2016-07-15)
1420
------------------
1521

tasks/download/latest-curl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: retrieve version manifest
2-
command: "curl {{ minecraft_version_manifest_url }}"
2+
local_action: command curl {{ minecraft_version_manifest_url }}
33
register: version_manifest
44

55
- name: find and set latest version

0 commit comments

Comments
 (0)