Skip to content

Commit a36fc71

Browse files
committed
Update comment to include S3 installation source
1 parent b275037 commit a36fc71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ aem_version_short: "{{ aem_version | regex_replace('(\\d+\\.\\d+).*', '\\1') }}"
77
aem_quickstart_name: "AEM_{{ aem_version_short }}_Quickstart.jar"
88
# SHA1 hash of the quickstart.jar
99
# aem_quickstart_sha1: 663360C9D50A09A0BE685053DEA10D03515C2009
10-
aem_install_source: file # can be file, package, url or nexus
10+
# Installation source: file, package, url, s3 or nexus
11+
aem_install_source: file
1112
aem_download_path: /tmp
1213
aem_remove_download: false
1314

0 commit comments

Comments
 (0)