From 152a713fd3f581f8831e71fad078c00c2d918e5d Mon Sep 17 00:00:00 2001 From: Gilles Gagniard Date: Thu, 19 May 2016 06:21:28 -0400 Subject: [PATCH] fix documentation to reflect subnetwork option is new in ansible 2.2 --- lib/ansible/modules/cloud/google/gce.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/google/gce.py b/lib/ansible/modules/cloud/google/gce.py index a7f856bfc9..8071c0d848 100644 --- a/lib/ansible/modules/cloud/google/gce.py +++ b/lib/ansible/modules/cloud/google/gce.py @@ -108,6 +108,7 @@ options: - name of the subnetwork in which the instance should be created required: false default: null + version_added: "2.2" persistent_boot_disk: description: - if set, create the instance with a persistent boot disk