Skip to content

Commit

Permalink
fix: adding a default value for offline_installer_container_name (#3570)
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Prasad <[email protected]>
  • Loading branch information
beepdot authored Oct 20, 2022
1 parent d577191 commit d563400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/inventory/env/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ sunbird_portal_updateLoginTimeEnabled: false

# Desktop app vars
#sunbird_offline_azure_storage_account: "" #added this var for adopter usecase
offline_installer_container_name: "" #added this var for adopter usecase
offline_installer_container_name: "{{env}}-offlineinstaller"
cloud_storage_url: "{{ sunbird_public_storage_account_name }}.blob.core.windows.net"

# Search-service
Expand Down

0 comments on commit d563400

Please sign in to comment.