commit | 29575779f1539717be55ce0722c4dcd090bbbabc | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Sun Feb 11 22:13:09 2018 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Sun Feb 11 22:13:09 2018 -0500 |
tree | 86f11c9abaf133c07b333fa9475125432316d55b | |
parent | 6498b3d1837c3c8a0db2396772de0e9207c3cbb5 [diff] |
clean up bootstrap
diff --git a/tasks/main.yml b/tasks/main.yml index db47954..29423d9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -27,8 +27,3 @@ fail: msg: "Failing the playbook because apigee-service should be installed now and it was not installed" when: not apigee_service.stat.exists - -- name: Install Apigee component with proxy - apigee-setup - command: '{{ apigee_service }} apigee-setup install' - -