From 221d1b7744141a23893171f87823de364432b132 Mon Sep 17 00:00:00 2001 From: Michael Baydoun Date: Mon, 8 Feb 2016 10:09:23 -0500 Subject: [PATCH] Update ec2_vpc_net_facts.py Corrected version_added --- lib/ansible/modules/extras/cloud/amazon/ec2_vpc_net_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_net_facts.py b/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_net_facts.py index 98c7f742a73..8de47ed9758 100644 --- a/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_net_facts.py +++ b/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_net_facts.py @@ -19,7 +19,7 @@ module: ec2_vpc_net_facts short_description: Gather facts about ec2 VPCs in AWS description: - Gather facts about ec2 VPCs in AWS -version_added: "2.0" +version_added: "2.1" author: "Rob White (@wimnat)" options: filters: