commit | affa173d302a7d1b18881dded490ec878e09970d | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Oct 19 00:32:04 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Oct 19 00:32:04 2017 -0500 |
tree | 4ce34c542d6c85288fc5750c8e159ec1d2814b08 | |
parent | 8c6238bbbdb29ffecb0994dc6430d059494501cb [diff] |
updated archive
diff --git a/tasks/main.yml b/tasks/main.yml index 69121ff..d8ecc6b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,5 +1,10 @@ --- # tasks file for apigee-opdk-setup-mirror-nginx +- name: Ensure that apigee-mirror is installed + shell: "{{ apigee_service }} apigee_mirror install" + args: + creates: "{{ apigee_installation_home }}/apigee-mirror/lib/actions/nginxconfig" + - name: Install mirror server shell: "{{ apigee_service }} apigee-mirror nginxconfig"