-
Notifications
You must be signed in to change notification settings - Fork 398
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
fix: typo for verifying environmentFiles #600
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vikalpj Thank you for working on this. Could you please include a changelog fragment https://docs.ansible.com/ansible/latest/dev_guide/testing/sanity/changelog.html?
@alinabuzachis done :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ch-1 fix: typo for verifying environmentFiles SUMMARY Validation for environmentFiles is incorrect. We need to validate the type key of the code but we are actually validating the value key. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_taskdefinition.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <git@osuv.de> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@9b62c23
…ch-1 fix: typo for verifying environmentFiles SUMMARY Validation for environmentFiles is incorrect. We need to validate the type key of the code but we are actually validating the value key. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_taskdefinition.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <git@osuv.de> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@9b62c23
…ch-1 fix: typo for verifying environmentFiles SUMMARY Validation for environmentFiles is incorrect. We need to validate the type key of the code but we are actually validating the value key. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_taskdefinition.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <git@osuv.de> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@d6a4330
fix: typo for verifying environmentFiles SUMMARY Validation for environmentFiles is incorrect. We need to validate the type key of the code but we are actually validating the value key. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_taskdefinition.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <git@osuv.de>
fix: typo for verifying environmentFiles SUMMARY Validation for environmentFiles is incorrect. We need to validate the type key of the code but we are actually validating the value key. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_taskdefinition.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <git@osuv.de>
fix: typo for verifying environmentFiles SUMMARY Validation for environmentFiles is incorrect. We need to validate the type key of the code but we are actually validating the value key. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_taskdefinition.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <git@osuv.de>
SUMMARY
Validation for
environmentFiles
is incorrect. We need to validate the type key of the code but we are actually validating the value key.ISSUE TYPE
COMPONENT NAME
ecs_taskdefinition.py
ADDITIONAL INFORMATION