fixed semantics for archives
diff --git a/defaults/main.yml b/defaults/main.yml
index 46731d8..9b71820 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -117,9 +117,6 @@
# Choose whether to copy the Apigee Mirror archive from your control machine or use an existing archive on the server.
copy_archive: yes
-# Storage folder for the Apigee archive. Only set when you use an archive.
-#apigeerepobasepath: /tmp
-
# Apigee archive that is created when a mirror is used.
archive_name: apigee-{{ opdk_version }}.tar.gz
diff --git a/tasks/update_cache.yml b/tasks/update_cache.yml
index 84947d5..cb8f734 100644
--- a/tasks/update_cache.yml
+++ b/tasks/update_cache.yml
@@ -51,7 +51,7 @@
- { key: 'default_apigee_repo_protocol', value: '{{ default_apigee_repo_protocol }}' }
- { key: 'default_apigee_repo_url', value: '{{ default_apigee_repo_url }}' }
- { key: 'copy_archive', value: '{{ copy_archive }}' }
- - { key: 'archive_name', value: '{{ archive_name }}' }
+ - { key: 'archive_name', value: '{{ apigee_archive_name }}' }
- { key: 'archive_path', value: '{{ apigeerepobasepath }}' }
- { key: 'mp_pod', value: '{{ mp_pod }}' }
- { key: 'opdk_ldap_type', value: '{{ opdk_ldap_type }}'}