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 2e6139d commit f7a2d7eCopy full SHA for f7a2d7e
tasks/main.yml
@@ -50,7 +50,9 @@
50
- name: Include tasks for in-place-upgrade when necessary.
51
include_tasks: in_place_upgrade.yml
52
# only perform in place upgrade when no jar containing aem_cms_version is present
53
- when: aem_cms_in_place_upgrade_existing_quickstarts | map('basename') | list | select('search', aem_cms_version) | list | length == 0
+ when:
54
+ - aem_cms_in_place_upgrade_existing_quickstarts | map('basename') | list | select('search', aem_cms_version) | list | length == 0
55
+ - aem_cms_in_place_upgrade_existing_quickstarts | length > 0
56
57
- name: Unpack AEM.
58
shell: "su {{ aem_cms_user }} -l -c 'java -jar {{ aem_cms_download_path }}/{{ aem_cms_quickstart_name }} -unpack -b {{ aem_cms_home }}'"
0 commit comments