From 8c7e38af62b6bddc343b1c4326f62d27d47d4b19 Mon Sep 17 00:00:00 2001 From: Aaron Pederson Date: Mon, 22 Apr 2019 09:38:28 -0700 Subject: [PATCH] Update gcp_container_cluster_facts.py (#55475) 'state' is not a supported parameter in this module - the example failed with "Unsupported parameters for (gcp_container_cluster_facts) module" --- lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py b/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py index a19f87428cc..ea1f91bc675 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py @@ -58,7 +58,6 @@ EXAMPLES = ''' project: test_project auth_kind: serviceaccount service_account_file: "/tmp/auth.pem" - state: facts ''' RETURN = '''