updated installation of approach for mirror
diff --git a/tasks/main.yml b/tasks/main.yml index 6e7ffe2..2294d96 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -6,6 +6,16 @@ with_items: - { key: 'copy_archive', value: '{{ copy_archive }}' } +- name: Clear yum cache + become: yes + shell: yum clean all + +- name: Clear yum disk cache + become: yes + file: + path: /var/cache/yum + state: absent + - name: Uninstall the local mirror shell: /opt/apigee/apigee-service/bin/apigee-service apigee-mirror uninstall environment: