Skip to content

Commit

Permalink
AEMC bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Jan 5, 2024
1 parent 7962ebe commit 2049594
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.5.9"
version: "1.6.9"

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
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.5.9"
aem_cli_version: "1.6.9"
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
6 changes: 6 additions & 0 deletions roles/instance/templates/aem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ instance:
console: false
# Fail on case 'installed with errors'
strict: true
# Number of changes after which the commit to the repository is performed
install_save_threshold: 2048
# Allows to relax dependency handling if needed
install_dependency_handling: required
# Controls how 'rep:policy' nodes are handled during import
install_ac_handling: ''

# OSGi Framework
osgi:
Expand Down

0 comments on commit 2049594

Please sign in to comment.