Download multiple files from S3

How can i download multiple files from same bucket, can we use wildcard for this? i am confused a bit

  • name: Download from S3
    s3:
    profile: iupdate

region: ap-southeast-1
bucket: reareses
object: sdaces/{{item}}
with_fileglob: “*.zip”
dest: “/home/ec2-user/sd/froms3”
mode: get

Something like https://stackoverflow.com/a/35640797 would work. You can search and re-register the list if you only want .zip