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