From 46b821d51fd372392d4ecca31fa62cb268949690 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 22 Jul 2019 07:25:26 -0700 Subject: [PATCH] state wasn't a valid value (#59274) State isn't a valid value for the gcp_compute_address module, remove it from docs example --- lib/ansible/modules/cloud/google/gcp_compute_address_facts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/cloud/google/gcp_compute_address_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_address_facts.py index b825b3265d4..019d8c65c2d 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_address_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_address_facts.py @@ -63,7 +63,6 @@ EXAMPLES = ''' project: test_project auth_kind: serviceaccount service_account_file: "/tmp/auth.pem" - state: facts ''' RETURN = '''