-
Notifications
You must be signed in to change notification settings - Fork 346
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_instance - attach network interfaces issue when using check_mode #1403
Comments
Files identified in the description:
If these files are inaccurate, please update the |
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Jun 1, 2023
…nsible-collections#1576) ec2_instance - fix idempotency issue when attaching ENI to isntance SUMMARY closes ansible-collections#1403 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_instance Reviewed-by: Alina Buzachis (cherry picked from commit b7533c5)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jun 5, 2023
…1576) (#1588) [manual backport stable-5] Fix: ec2_instance idempotency issue when attaching ENI to isntance (#1576) ec2_instance - fix idempotency issue when attaching ENI to isntance SUMMARY closes #1403 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_instance Reviewed-by: Alina Buzachis (cherry picked from commit b7533c5) SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Bikouo Aubin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When trying to attach a new network interface to a running instance with check_mode, the module performs the update instead of just validating if this will be done.
Issue Type
Bug Report
Component Name
ec2_instance
Ansible Version
$ ansible --version
Collection Versions
$ ansible-galaxy collection list
AWS SDK versions
$ pip show boto boto3 botocore
Configuration
$ ansible-config dump --only-changed
OS / Environment
No response
Steps to Reproduce
Expected Results
module should not attach interface to the instance
Actual Results
module attach the network interface to the instance
Code of Conduct
The text was updated successfully, but these errors were encountered: