updated installation of approach for mirror
diff --git a/tasks/main.yml b/tasks/main.yml index 59b6a01..dc817b7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -21,6 +21,7 @@ no_proxy: "{{ no_proxy }}" http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}" + creates: "{{ apigee_home }}/apigee-mirror" - name: Sync the local mirror with only new rpms shell: "/opt/apigee/apigee-service/bin/apigee-service apigee-mirror sync --only-new-rpms apigeereleasever={{ apigeereleasever | default(opdk_version) }}"