commit | 185be4413dd7f9b243afba14c6c0b25adbdfd781 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Dec 16 11:03:20 2016 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Dec 16 11:03:20 2016 -0500 |
tree | 5ef5d486d796db88b2f175fd5e0408df2f6b0716 | |
parent | 2e7606c667f7cc50bbbf75ca0685944cfda80764 [diff] |
updated bootstrap to enable upgrades
diff --git a/tasks/main.yml b/tasks/main.yml index 322c299..92e5f49 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -25,7 +25,7 @@ msg: 'Bootstrap installation failed, no point in letting this go further' when: not bootstrap_exists.stat.exists -- name: Updated bootstrap needed +- name: Update bootstrap file: path: '{{ apigee_installation_home }}/apigee-service/bin/apigee-service' state: absent