--- - name: Manage buckets amazon.aws.s3_bucket: name: "{{ item.name }}" state: '{{ item.state | default("present") }}' endpoint_url: http://localhost:9000 access_key: "{{ minio.rootUser }}" secret_key: "{{ minio.rootPassword }}" loop: - name: zipline