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
* Allow to manipulate buckets on minio
This allows [{}] to be recognized as an empty tags_list in boto3_tag_list_to_ansible_dict.
* Test empty list in boto3_tag_list_to_ansible_dict
Co-authored-by: Mark Chappell <[email protected]>
Co-authored-by: Sloane Hertel <[email protected]>
Co-authored-by: Mark Chappell <[email protected]>
Avoiding duplicates
At the time of writing there were 11 issues raised. None of them was referring to ec2_win_password
Affected Branches
At the time of writing there is only 1 branch at all and it is affected by the issue.
SUMMARY
ec2_win_password fails for given key_data if module is executed with python3. It works with python2.
ISSUE TYPE
COMPONENT NAME
ec2_win_password
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
We have a pem file which is saved in a variable with linebreaks.
If we have a task like this
If you execute this module with python2 backend it works.
If you execute this module with python3 backend it fails. ("unable to parse key data")
EXPECTED RESULTS
I expect the key_data to be parsed correctly with python3 backend.
ACTUAL RESULTS
Error when executing "load_pem_private_key" in python3 plain.
SOLUTION PROPOSAL
Our tests showed that explicit encoding is compatible with python2 and python3. Please verify.
The text was updated successfully, but these errors were encountered: