Updated mirror config
diff --git a/tasks/main.yml b/tasks/main.yml
index 0dae479..91f00af 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -29,6 +29,6 @@
line: '{{ item.attribute }}{{ item.value }}'
with_items:
- { attribute: 'export MIRROR_USERNAME=', value: '{{ apigee_repo_user | default(default_apigee_repo_user) }}' }
- - { attribute: 'export MIRROR_PASSWORD=', value: '{{ apigee_repo_pass | default(default_apigee_repo_pass) }}' }
+ - { attribute: 'export MIRROR_PASSWORD=', value: '{{ apigee_repo_password| default(default_apigee_repo_pass) }}' }
:
\ No newline at end of file