Skip to content

Commit

Permalink
Alignment to AEMC 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Aug 24, 2023
1 parent 01f8d9d commit 1ded1f6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
9 changes: 9 additions & 0 deletions examples/local/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,15 @@ aem_config_dict:
snapshot_deploy_skipping: true
# Disable following workflow launchers for a package deployment time only
toggled_workflows: [ /libs/settings/workflow/launcher/config/asset_processing_on_sdk_*,/libs/settings/workflow/launcher/config/update_asset_*,/libs/settings/workflow/launcher/config/dam_* ]
# Include sub-packages
install_recursive: true
# Use slower HTML endpoint for deployments but with better troubleshooting
install_html:
enabled: false
# Print HTML directly to console instead of writing to file
console: false
# Fail on case 'installed with errors'
strict: true

# OSGi Framework
osgi:
Expand Down
3 changes: 1 addition & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: wttech
name: aem

# The version of the collection. Must be compatible with semantic versioning
version: "1.3.6"
version: "1.4.1"

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand All @@ -18,7 +18,6 @@ readme: README.md
authors:
- Krystian Panek <krystian.panek@wundermanthompson.com>


### OPTIONAL but strongly recommended
# A short summary description of the collection
description: Automation for Adobe Experience Manager
Expand Down
2 changes: 1 addition & 1 deletion roles/base/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aem_root_dir: "/opt/aem"
aem_home_dir: "{{ aem_root_dir }}/home"
aem_tool_dir: "{{ aem_home_dir }}/opt"

aem_cli_version: "1.2.1"
aem_cli_version: "1.4.1"
aem_cli_executable: "{{ aem_tool_dir }}/aemc-cli/lib/{{ aem_cli_version }}/aem"
aem_cli_filename: "aemc-cli_{{ aem_os }}_{{ aem_arch }}.{{ aem_ext }}"

Expand Down
9 changes: 9 additions & 0 deletions roles/instance/templates/aem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,15 @@ instance:
snapshot_deploy_skipping: true
# Disable following workflow launchers for a package deployment time only
toggled_workflows: [ /libs/settings/workflow/launcher/config/asset_processing_on_sdk_*,/libs/settings/workflow/launcher/config/update_asset_*,/libs/settings/workflow/launcher/config/dam_* ]
# Include sub-packages
install_recursive: true
# Use slower HTML endpoint for deployments but with better troubleshooting
install_html:
enabled: false
# Print HTML directly to console instead of writing to file
console: false
# Fail on case 'installed with errors'
strict: true

# OSGi Framework
osgi:
Expand Down

0 comments on commit 1ded1f6

Please sign in to comment.