Skip to content

Commit

Permalink
Bump to CLI recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Apr 24, 2023
1 parent 134cec1 commit 02e9b05
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/controller/src/ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ collections:
- name: community.general
version: 2.4.0
- name: wttech.aem
version: 1.1.7
version: 1.2.1
4 changes: 2 additions & 2 deletions examples/local/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ aem_config_dict:
# Time to wait before first state checking (to avoid false-positives)
warmup: 1s
# Time to wait for next state checking
interval: 5s
interval: 6s
# Number of successful check attempts that indicates end of checking
done_threshold: 3
done_threshold: 5
# Wait only for those instances whose state has been changed internally (unaware of external changes)
await_strict: true
# Max time to wait for the instance to be healthy after executing the start script or e.g deploying a package
Expand Down
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.1.8"
version: "1.2.1"

# 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.1.7"
aem_cli_version: "1.2.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
2 changes: 1 addition & 1 deletion roles/instance/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:
role_name: instance
author: wttech
description: Sets up AEM instance(s) using AEM Compose tool
company: Wunderman Thompson Technologu
company: Wunderman Thompson Technology
issue_tracker_url: http://github.com/aemc-ansible/issues
license: Apache-2.0
min_ansible_version: 2.14.1
Expand Down
4 changes: 2 additions & 2 deletions roles/instance/templates/aem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ instance:
# Time to wait before first state checking (to avoid false-positives)
warmup: 1s
# Time to wait for next state checking
interval: 5s
interval: 6s
# Number of successful check attempts that indicates end of checking
done_threshold: 3
done_threshold: 5
# Wait only for those instances whose state has been changed internally (unaware of external changes)
await_strict: true
# Max time to wait for the instance to be healthy after executing the start script or e.g deploying a package
Expand Down

0 comments on commit 02e9b05

Please sign in to comment.