Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
faac1805
Unverified
Commit
faac1805
authored
2 years ago
by
G33tha
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #3600 from keshavprasadms/release-5.1.0
fix: poll incorrectly set to 0
parents
bf568d35
25c6f71f
upstream/release-5.1.0-vdn
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
1 merge request
!16
Release 5.1.0 api
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/azure-cloud-storage/tasks/blob-delete-batch.yml
+2
-2
...ble/roles/azure-cloud-storage/tasks/blob-delete-batch.yml
ansible/roles/azure-cloud-storage/tasks/blob-upload-batch.yml
+2
-2
...ble/roles/azure-cloud-storage/tasks/blob-upload-batch.yml
with
4 additions
and
4 deletions
+4
-4
ansible/roles/azure-cloud-storage/tasks/blob-delete-batch.yml
+
2
−
2
View file @
faac1805
---
-
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
This diff is collapsed.
Click to expand it.
ansible/roles/azure-cloud-storage/tasks/blob-upload-batch.yml
+
2
−
2
View file @
faac1805
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets