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