You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we use azure_rm_storageblob to perform batch delete? I have a folder which has a bunch of files. I would like to delete all files from this folder.
I would like to achieve this using the ansible modules. I tried patterns like * and **, it didn't work. Any suggestions on how to achieve batch delete? Example playbook below -
SUMMARY
How can we use
azure_rm_storageblob
to perform batch delete? I have a folder which has a bunch of files. I would like to delete all files from this folder.ISSUE TYPE
COMPONENT NAME
azure_rm_storageblob
ANSIBLE VERSION
Using
azcopy
, I can do the same something like thisI would like to achieve this using the ansible modules. I tried patterns like
*
and**
, it didn't work. Any suggestions on how to achieve batch delete? Example playbook below -I am open to any suggestions of there is another way to do the same.
The text was updated successfully, but these errors were encountered: