From a6251c3702cc72d9dedd30abf7076a4f0bd4941d Mon Sep 17 00:00:00 2001 From: Martin Wehner Date: Tue, 12 Dec 2017 17:47:41 +0100 Subject: [PATCH] Make the Maven quickstart artifact version default to aem_version_short --- tasks/download/nexus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/download/nexus.yml b/tasks/download/nexus.yml index 9b4e169..8ff82fe 100644 --- a/tasks/download/nexus.yml +++ b/tasks/download/nexus.yml @@ -13,5 +13,5 @@ extension: jar username: "{{ nexus_username }}" password: "{{ nexus_password }}" - version: "{{ item.version }}" + version: "{{ item.version | default(aem_version_short) }}" with_items: "{{ aem_mvn_coordinates }}" \ No newline at end of file