From ebb0d6301dff20597a9bc2eb3fb4a0d8fa3d9d77 Mon Sep 17 00:00:00 2001 From: Jumpei Ogawa Date: Thu, 17 Sep 2015 15:37:07 +0900 Subject: [PATCH] Add explanation in case that ipv4_range is required --- lib/ansible/modules/cloud/google/gce_net.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/google/gce_net.py b/lib/ansible/modules/cloud/google/gce_net.py index 11d655f6c4..b125873947 100644 --- a/lib/ansible/modules/cloud/google/gce_net.py +++ b/lib/ansible/modules/cloud/google/gce_net.py @@ -40,6 +40,7 @@ options: ipv4_range: description: - the IPv4 address range in CIDR notation for the network + this parameter is not mandatory when you specified existing network in name parameter, but when you create new network, this parameter is mandatory required: false aliases: ['cidr'] fwname: