mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Add diff mode for ec2_group (#44533)
* Add (preview) diff mode support ec2_group * Add diff mode to some ec2_group integration tests * Remove unnecessary arguments and add comment to the module notes * Add changelog
This commit is contained in:
parent
b152515fcb
commit
79ecb4c41f
5 changed files with 149 additions and 5 deletions
|
@ -117,6 +117,7 @@ class AnsibleAWSModule(object):
|
|||
msg='Python modules "botocore" or "boto3" are missing, please install both')
|
||||
|
||||
self.check_mode = self._module.check_mode
|
||||
self._diff = self._module._diff
|
||||
self._name = self._module._name
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue