Unverified Commit faac1805 authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Merge pull request #3600 from keshavprasadms/release-5.1.0

fix: poll incorrectly set to 0
Showing with 4 additions and 4 deletions
+4 -4
---
- name: delete files and folders - deleting {{ blob_container_name }}/{{ blob_delete_pattern }}
shell: "az storage blob delete-batch --source {{ blob_container_name }} --pattern '{{ blob_delete_pattern }}' --account-name {{ storage_account_name }} --account-key {{ storage_account_key }}"
async: 1800
poll: 0
\ No newline at end of file
async: 3600
poll: 10
\ No newline at end of file
......@@ -7,5 +7,5 @@
- name: upload files and folders - uploading {{ blob_container_name }}{{ blob_container_folder_path }}
shell: "az storage blob upload-batch --destination {{ blob_container_name }}{{ blob_container_folder_path }} --source {{ local_file_or_folder_path }} --account-name {{ storage_account_name }} --account-key {{ storage_account_key }}"
async: 1800
poll: 0
\ No newline at end of file
async: 3600
poll: 10
\ No newline at end of file
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