From de8d42815799a8c4f3f6cdb5b2b1c66c63890794 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 5 Aug 2019 15:25:41 -0700 Subject: [PATCH] Bug fixes for GCP modules (#60093) --- lib/ansible/modules/cloud/google/gcp_tpu_node_facts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/cloud/google/gcp_tpu_node_facts.py b/lib/ansible/modules/cloud/google/gcp_tpu_node_facts.py index ab4bd8c9c47..a26246ff7c9 100644 --- a/lib/ansible/modules/cloud/google/gcp_tpu_node_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_tpu_node_facts.py @@ -55,7 +55,6 @@ EXAMPLES = ''' project: test_project auth_kind: serviceaccount service_account_file: "/tmp/auth.pem" - state: facts ''' RETURN = '''