commit | f008420340d13dc4eaaf15c0558021ee9c9c036a | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Mon Apr 03 22:04:08 2017 -0400 |
committer | Carlos Frias <friasc@google.com> | Mon Apr 03 22:04:08 2017 -0400 |
tree | 5d6b22d20985d245a0b6ab46eccd46eca2c8379b | |
parent | 02094072dd7e4c54bacbc9815a207af4e94693b8 [diff] |
updated installation logic
diff --git a/tasks/main.yml b/tasks/main.yml index 459abe7..961ffc1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -33,11 +33,9 @@ - block: - name: Install Apigee Setup - ignore_errors: "{{ ignore_errors | default('no') }}" shell: '{{ apigee_service }} apigee-setup install' - name: Install Apigee Admin - ignore_errors: "{{ ignore_errors | default('no') }}" shell: '{{ apigee_service }} apigee-adminapi install' when: opdk_version | version_compare('4.16', '>=')