A couple of AWS modules don't do anything useful with --diff, and it'd be
great if they did -- ec2_group and ec2_elb_lb are the two in particular
that we use a lot. I didn't see a feature request ticket for this; should
I make one? It's probably beyond my personal abilities to implement, alas.
-Josh (jbs@care.com)
(apologies for the automatic corporate disclaimer that follows)
This email is intended for the person(s) to whom it is addressed and may contain information that is PRIVILEGED or CONFIDENTIAL. Any unauthorized use, distribution, copying, or disclosure by any person other than the addressee(s) is strictly prohibited. If you have received this email in error, please notify the sender immediately by return email and delete the message and any attachments from your system.
I agree, this would be great, make a proposal or open a ‘feature idea’ ticket.
I created https://github.com/ansible/ansible-modules-core/issues/3221 for
ec2_group.py in particular; probably makes sense to do this for one module
first, and then apply the principle to others? Things like "what should
the diff format look like".
-Josh (jbs@care.com)
(apologies for the automatic corporate disclaimer that follows)
This email is intended for the person(s) to whom it is addressed and may contain information that is PRIVILEGED or CONFIDENTIAL. Any unauthorized use, distribution, copying, or disclosure by any person other than the addressee(s) is strictly prohibited. If you have received this email in error, please notify the sender immediately by return email and delete the message and any attachments from your system.
I agree this would be pretty neat but unfortunately a lower priority than other things (pending bug fixes, new modules, boto3 conversions, etc)