You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an existing ec2 instance where I would like to add an addition security group.
When I add one more security group, ec2_instance doesn't notify any change.
TASK [try to modify the ec2 instance] ********************************************************************************************************************************************************
ok: [localhost]
In case of instance.instances[0].security_groups != security_groups it should apply the changes.
TASK [try to modify the ec2 instance] ********************************************************************************************************************************************************
changed: [localhost]
Basically is must be aws ec2 modify-instance-attribute --groups <list of {{security_groups}} --instance-id <instance_id>
ACTUAL RESULTS
No changes are detected and nothing happen.
The text was updated successfully, but these errors were encountered:
SUMMARY
I have an existing ec2 instance where I would like to add an addition security group.
When I add one more security group,
ec2_instance
doesn't notify any change.Originally ansible/ansible#54174
ISSUE TYPE
COMPONENT NAME
ec2_instance
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
cc @ryansb
In case of
instance.instances[0].security_groups != security_groups
it should apply the changes.Basically is must be
aws ec2 modify-instance-attribute --groups <list of {{security_groups}} --instance-id <instance_id>
ACTUAL RESULTS
No changes are detected and nothing happen.
The text was updated successfully, but these errors were encountered: