updated properties
diff --git a/tasks/main.yml b/tasks/main.yml index 91f00af..4622b80 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -29,6 +29,5 @@ 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_password| default(default_apigee_repo_pass) }}' } + - { attribute: 'export MIRROR_PASSWORD=', value: '{{ apigee_repo_password| default(default_apigee_repo_password) }}' } -: \ No newline at end of file