-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading zip file fails with "MalformedXML" #1759
Comments
cc @hiahab |
@hiahab thanks for taking the time to report this issue A couple of things,
|
Hi @tremble This is my playbook, testet in collection amazon.aws: 1.4.1, 2.3.0, 3.5.0 and 6.4.0
I have no problem listing the content of my bucket with the following playbook:
I wonder if there is package "missmatch"??? [Update] While to be able to have a not so old ansible version I install the rest with pip: |
…#1759) Merge in 5.4.0 changelogs SUMMARY Follow up on ansible-collections#1758 ISSUE TYPE Docs Pull Request COMPONENT NAME CHANGELOG ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]>
Summary
I have a playbook that uploads a file to a S3 bucket .
It works fine when using
ansible-galaxy collection install amazon.aws:1.4.x
But from collection 2.3.0 and higher the playbook fails with:
Issue Type
Bug Report
Component Name
pip3
Ansible Version
Configuration
OS / Environment
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
Steps to Reproduce
ansible-playbook playbooks/s3_backup.yml -vvvv
Expected Results
PLAY [Playbook S3 backup]
****************************************************************************************************************************************
TASK [Gathering Facts]
****************************************************************************************************************************************
Tuesday 19 September 2023 14:29:27 +0000 (0:00:00.053) 0:00:00.053 *****
ok: [127.0.0.1]
TASK [s3-backup : S3 Backup]
***************************************************************************************************************************************
Tuesday 19 September 2023 14:29:32 +0000 (0:00:05.133) 0:00:05.186 *****
included: /home/vagrant/xxxxxxxx/roles/s3-backup/tasks/backup-job.yml for 127.0.0.1
TASK [s3-backup : Copy over to S3 bucket]
***************************************************************************************************************************************
Tuesday 19 September 2023 14:29:33 +0000 (0:00:00.238) 0:00:06.592 *****
changed: [127.0.0.1]
PLAY RECAP
***************************************************************************************************************************************
127.0.0.1 : ok=7 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Tuesday 19 September 2023 14:29:35 +0000 (0:00:00.267) 0:00:08.453 *****
===============================================================================
Gathering Facts --------------------------------------------------------------------------------------------------------------------- 5.13s
s3-backup : Copy over to S3 bucket ----------------------------------------------------------------------------------------------- 0.86s
s3-backup : S3 Backup ------------------------------------------------------------------------------------------------------------- 0.21s
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: