diff --git a/ansible/roles/stack-sunbird/templates/sunbird_player.env b/ansible/roles/stack-sunbird/templates/sunbird_player.env
index 386ea99b5fa810f6940dec14cded8afc42cc24da..6cb0583bf6b0cf19f4c01f42ec25c3800605c419 100644
--- a/ansible/roles/stack-sunbird/templates/sunbird_player.env
+++ b/ansible/roles/stack-sunbird/templates/sunbird_player.env
@@ -207,7 +207,7 @@ sunbird_questionset_children_limit={{ sunbird_questionset_children_limit | defau
 #release-5.0.0
 #AWS config for storage access
 #To be reverted post testing
-sunbird_cloud_storage_provider="aws"
+sunbird_cloud_storage_provider=aws
 sunbird_aws_bucket_name={{aws_private_bucket_name}}
 sunbird_aws_reports={{aws_reports_folder_name | default("reports")}}
 sunbird_aws_labels={{aws_labels_folder_name | default("labels")}}