Unverified Commit 862ec9aa authored by S M Y's avatar S M Y
Browse files

Offline installer container to be public

parent 35ddf27a
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
- name: Ensure azure blob storage container exists
command: az storage container create --name {{offline_installer_container_name}} --public-access off
command: az storage container create --name {{offline_installer_container_name}} --public-access container
environment:
AZURE_STORAGE_ACCOUNT: "{{sunbird_offline_azure_storage_account}}"
AZURE_STORAGE_KEY: "{{sunbird_offline_azure_storage_key}}"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment