-
Notifications
You must be signed in to change notification settings - Fork 73
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
connection_option: "retrywrites=false" appears to be ignored (1.7.6) #677
Comments
I used a playbook of mine to gather system info for this ticket, including ansible version and the community.mongodb collection version. I did not run the requested commands to provide that data, but I am happy to provide the playbook I wrote to do that for me since I do not have terminal access to the box Ansible Tower is hosted on. |
Hi @randoneering,
Rhys |
Okay-good. I am not crazy. Let me know if you need to test anything! |
Merged and released. Closing issue. |
SUMMARY
When passing the connection_option "retryWrites=false" when using the community.mongodb_shell module, it seems the connection option is ignored. The target database instance is an AWS DocumentDB instance, so it is not an officially supported mongodb instance. However, I am able to run the same insert when manually connecting to the instance using mongosh and passing the connection option of "retryWrites=false."
ISSUE TYPE
COMPONENT NAME
community.mongodb.mongodb_shell
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
RHEL 8
STEPS TO REPRODUCE
EXPECTED RESULTS
The insert is successful
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: