commit | 71de958c6261ce658912c48907b24e1d1270401b | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Feb 15 04:58:52 2018 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Feb 15 04:58:52 2018 -0500 |
tree | 385eb481d326854c83de623d862ca097c081bc60 | |
parent | 63a4b79bef895e86356d4ea8471102b102dd1e78 [diff] |
updated upgrade scripts.
diff --git a/tasks/main.yml b/tasks/main.yml index fe21ee3..b2a1362 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -2,7 +2,7 @@ # tasks file for apigee-opdk-setup-validate - name: Install Apigee Validate - shell: '{{ apigee_service }} apigee-validate install' + shell: '/opt/apigee/apigee-service/bin/apigee-service apigee-validate install' - name: Remove all apigee-validate become: yes