diff --git a/galaxy.yml b/galaxy.yml index 114346d..bb666fc 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 diff --git a/roles/base/defaults/main.yml b/roles/base/defaults/main.yml index 6f65f3e..eab4ce4 100644 --- a/roles/base/defaults/main.yml +++ b/roles/base/defaults/main.yml @@ -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 }}" diff --git a/roles/instance/templates/aem.yml b/roles/instance/templates/aem.yml index db4b898..5f1d912 100644 --- a/roles/instance/templates/aem.yml +++ b/roles/instance/templates/aem.yml @@ -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: