-
Notifications
You must be signed in to change notification settings - Fork 343
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_security_group - Module failure when mixing rules with 'group_name' and 'ip_prefix' with --diff #2373
Closed
1 task done
Comments
gravesm
added
bug
This issue/PR relates to a bug
needs_verified
Some one might want to take a look at this and reproduce it to confirm
and removed
needs_triage
labels
Nov 5, 2024
abikouo
added
verified
and removed
needs_verified
Some one might want to take a look at this and reproduce it to confirm
labels
Nov 29, 2024
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Jan 15, 2025
… containing at least one rule with a managed prefix list (ansible-collections#2404) SUMMARY Closes ansible-collections#2373 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_security_group Reviewed-by: Alina Buzachis
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Jan 15, 2025
… containing at least one rule with a managed prefix list (ansible-collections#2404) SUMMARY Closes ansible-collections#2373 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_security_group Reviewed-by: Alina Buzachis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When I try to use the
ec2_security_group
module using a mixed set of rules (some withgroup_name
and other withip_prefix
), the module fails, but only when I running indiff
mode!Issue Type
Bug Report
Component Name
ec2_security_group
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
MacBook Pro
Chip: Apple M1 Pro
macOS: Sonoma 14.6.1
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin23)
Homebrew 4.4.2
Steps to Reproduce
Tested with this simple playbook:
Run the playbook with the
--diff
Expected Results
I expected the task to succeed.
Actual Results
The task fails.
These details are obtained with
-vvv
verbosity.Code of Conduct
The text was updated successfully, but these errors were encountered: