mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
trying to fix storage blob timing issue
This commit is contained in:
parent
e95e9de235
commit
7284d40049
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
val2: bar
|
||||
force: yes
|
||||
|
||||
- name: storage blob seems to have some timing issues
|
||||
wait_for:
|
||||
delay: 10
|
||||
|
||||
- name: Upload blob idempotence
|
||||
azure_rm_storageblob:
|
||||
resource_group: "{{ resource_group }}"
|
||||
|
|
Loading…
Reference in a new issue