-
Notifications
You must be signed in to change notification settings - Fork 399
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
rds tags not possible to configure on instance creation #530
Comments
Files identified in the description:
If these files are inaccurate, please update the |
Thanks for taking the time to open this issue. Our integration tests seem to show that for the simplest cases creating an instance using tags works, could you provide the output while running ansible with "-vvv" it would be helpful to see the traceback from the exception. |
Added traceback as requested |
I believe this issue should be fixed by #414 Please could you try the patch on that PR and let us know if that fixes the issue for you. |
Yes, that fixes it. Thanks! |
…llections#530) Try to work around more DigitalOcean S3 incompatabilities SUMMARY fixes: ansible-collections#508 Trying to update S3 buckets with DigitalOcean is apparently failing again. Try to work around this. ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_bucket ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
SUMMARY
On RDS instance creation, it's not possible to set the tags. It will give a type error (received dict but only accepts list)
ISSUE TYPE
COMPONENT NAME
rds_instance
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Manjaro
STEPS TO REPRODUCE
EXPECTED RESULTS
Tags being set
ACTUAL RESULTS
Type error when setting tags when rds instance needs to be created. It is possible to modify the tags when the rds instance already exists
The text was updated successfully, but these errors were encountered: