| commit | dc0dc2852305539d4c9329c3629e9a2c4e715d48 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 15 17:47:51 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 15 17:47:51 2017 -0500 |
| tree | 8cf5683fd29d8e132e7b01ce64108c8bf1c81252 | |
| parent | c3b99b284d67a81a0036c30ae28660f59a68f3b5 [diff] |
updated apigee-user settings
diff --git a/tasks/main.yml b/tasks/main.yml index e668dbe..0135bc2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -7,6 +7,7 @@ - name: Apigee uninstall ignore_errors: yes shell: "{{ apigee_service }} apigee-service uninstall" + when: apigee_service is defined and apigee_service | trim | length > 0 - name: Use no proxy definitions include_tasks: no_proxy.yml