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 46a3d02 commit a6251c3Copy full SHA for a6251c3
tasks/download/nexus.yml
@@ -13,5 +13,5 @@
13
extension: jar
14
username: "{{ nexus_username }}"
15
password: "{{ nexus_password }}"
16
- version: "{{ item.version }}"
+ version: "{{ item.version | default(aem_version_short) }}"
17
with_items: "{{ aem_mvn_coordinates }}"
0 commit comments