commit | f2ff84317d259cacb176e4b728b30b819dd50a5f | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 15 17:48:26 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 15 17:48:26 2017 -0500 |
tree | 3ccf40ab1bc9f7067eaa05c9c9031eb6178234ec | |
parent | dc0dc2852305539d4c9329c3629e9a2c4e715d48 [diff] |
updated apigee-user settings
diff --git a/tasks/main.yml b/tasks/main.yml index 0135bc2..05290d4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -3,6 +3,7 @@ - name: Gracefully Stop apigee components, if possible ignore_errors: yes shell: '{{ apigee_all }} stop' + when: apigee_all is defined and apigee_all | trim | length > 0 - name: Apigee uninstall ignore_errors: yes