Skip to content

Commit

Permalink
Update Ansible role dependencies
Browse files Browse the repository at this point in the history
* wcm_io_devops.aem_service to 1.1.0
* wcm_io_devops.aem_security to 1.1.0
* wcm_io_devops.conga_bundle_files to 1.1.0,
* wcm_io_devops.conga_aem_packages to 1.2.0
  • Loading branch information
Tobias Richter committed Dec 3, 2018
1 parent 36e6818 commit 5a100d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ dependencies:
}
# ensure service is started
- { name: wcm_io_devops.aem_service,
version: 1.0.0,
version: 1.1.0,
aem_service_port: "{{ conga_config.quickstart.port }}",
aem_service_name: "{{ aem_cms_service_name }}",
aem_service_state: started
}
# apply security role (change admin password if configured and necessary)
- {
role: wcm_io_devops.aem_security,
version: 1.0.0,
version: 1.1.0,
aem_security_aem_port: "{{ conga_config.quickstart.port }}",
aem_security_admin_username: "{{ conga_config.quickstart.adminUser.username }}",
aem_security_admin_password_new: "{{ conga_config.quickstart.adminUser.password }}",
Expand All @@ -64,7 +64,7 @@ dependencies:
}
- {
role: wcm_io_devops.conga_bundle_files,
version: 1.0.0,
version: 1.1.0,
conga_bundle_files_base_path: "{{ conga_config.quickstart.rootPath }}",
conga_bundle_files_owner: "{{ aem_cms_user }}",
conga_bundle_files_group: "{{ aem_cms_group }}",
Expand All @@ -75,7 +75,7 @@ dependencies:
aem_service_name: "{{ aem_cms_service_name }}",
}
- { role: wcm_io_devops.conga_aem_packages,
version: 1.0.0,
version: 1.2.0,
conga_aem_packages_port: "{{ conga_config.quickstart.port }}",
aem_service_name: "{{ aem_cms_service_name }}",
conga_aem_packages_standalone: false
Expand Down

0 comments on commit 5a100d4

Please sign in to comment.