From 71bb18827b094637bce80c667fe49e5b38e20d95 Mon Sep 17 00:00:00 2001 From: naslanidis Date: Mon, 22 Feb 2016 21:29:29 +1000 Subject: [PATCH] Added return section to the documentation --- lib/ansible/modules/extras/cloud/amazon/ec2_vpc_vgw.py | 7 +++++++ 1 file changed, 7 insertions(+) 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