-
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
ec2_vpc_vgw_info: check mode results in error. #137
Labels
Comments
Vaguely related: #138 |
ansibullbot
added
affects_2.10
bug
This issue/PR relates to a bug
module
module
traceback
labels
Aug 19, 2020
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this issue
May 25, 2022
…nsible-collections#137) It's left over from a migration to AnsibleAWSModule
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jul 9, 2022
#1331) ec2_vpc_vgw_info - update to not throw an error when run in check_mode SUMMARY fixes: #137 ec2_vpc_vgw_info currently throws an error when run in check_mode (it's using "DryRun") this unexpected and undocumented behaviour, and is the same practical effect as not supporting check_mode at all. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/modules/ec2_vpc_vgw_info.py ADDITIONAL INFORMATION Reviewed-by: Joseph Torcasso <None>
patchback bot
pushed a commit
that referenced
this issue
Jul 9, 2022
#1331) ec2_vpc_vgw_info - update to not throw an error when run in check_mode SUMMARY fixes: #137 ec2_vpc_vgw_info currently throws an error when run in check_mode (it's using "DryRun") this unexpected and undocumented behaviour, and is the same practical effect as not supporting check_mode at all. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/modules/ec2_vpc_vgw_info.py ADDITIONAL INFORMATION Reviewed-by: Joseph Torcasso <None> (cherry picked from commit ed4165d)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jul 10, 2022
#1331) (#1336) [PR #1331/ed4165d6 backport][stable-4] ec2_vpc_vgw_info - update to not throw an error when run in check_mode This is a backport of PR #1331 as merged into main (ed4165d). SUMMARY fixes: #137 ec2_vpc_vgw_info currently throws an error when run in check_mode (it's using "DryRun") this unexpected and undocumented behaviour, and is the same practical effect as not supporting check_mode at all. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/modules/ec2_vpc_vgw_info.py ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
running check mode results in an error.
ISSUE TYPE
COMPONENT NAME
ec2_vpc_vgw_info
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
ansible -m ec2_vpc_vgw_info --check localhost
EXPECTED RESULTS
no errors
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: