diff --git a/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_vgw.py b/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_vgw.py index 4c7bebd323..59336b1160 100644 --- a/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_vgw.py +++ b/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_vgw.py @@ -106,6 +106,13 @@ EXAMPLES = ''' register: deleted_vgw ''' +RETURN = ''' +result: + description: The result of the create, or delete action. + returned: success + type: dictionary +''' + try: import json import time