| commit | 3b78ce47278f50c2d2d0d5bd8af04b3ff175c6ec | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 10:51:09 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 10:51:09 2016 -0400 |
| tree | 7961054b9f1f263bfead69f6dfd09afcac687281 | |
| parent | a4ed21f7089fc7c37cb2265d7a6b0f8a7aae8fed [diff] |
updated so that any validate clean errors are ignored.
diff --git a/tasks/main.yml b/tasks/main.yml index 9ebeae9..bc62e56 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -2,5 +2,6 @@ # tasks file for opdk-setup-validate-cleanup - name: Validate OPDK Installation + ignore_errors: yes shell: '{{ apigee_service }} apigee-validate clean -f {{ apigee_validate_config_file }}'