Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-start-components
/
f28fce36c7415c12bfda102413d6abe50e1c27ff
/
.
/
tasks
/
main.yml
blob: 1dad493bdc117771e6639da89510f00454340f77 [
file
] [
log
] [
blame
]
---
# tasks file for apigee-opdk-start-components
-
name:
Start Apigee
ignore_errors:
yes
shell:
'{{ apigee_all }} start'
register:
start_cmd_report
when:
opdk_version
|
version_compare(
'4.16.01'
,
'>='
)