From 90a199a0ee63bb794aaa9f668c2677a38fb697a3 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 20 Feb 2019 10:12:40 -0800 Subject: [PATCH] Bug fixes for GCP modules (#52617) --- .../modules/cloud/google/gcp_compute_subnetwork.py | 8 ++++---- .../modules/cloud/google/gcp_compute_subnetwork_facts.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py index f33349d0b97..3097e9abf66 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py @@ -122,8 +122,8 @@ options: required: true private_ip_google_access: description: - - Whether the VMs in this subnet can access Google services without assigned external - IP addresses. + - When enabled, VMs in this subnetwork without external IP addresses can access + Google APIs and services by using Private Google Access. required: false type: bool region: @@ -243,8 +243,8 @@ secondaryIpRanges: type: str privateIpGoogleAccess: description: - - Whether the VMs in this subnet can access Google services without assigned external - IP addresses. + - When enabled, VMs in this subnetwork without external IP addresses can access + Google APIs and services by using Private Google Access. returned: success type: bool region: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py index 0c6a4e52d59..77de9f76fc1 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py @@ -152,8 +152,8 @@ items: type: str privateIpGoogleAccess: description: - - Whether the VMs in this subnet can access Google services without assigned - external IP addresses. + - When enabled, VMs in this subnetwork without external IP addresses can access + Google APIs and services by using Private Google Access. returned: success type: bool region: