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"
pull/55614/head
Aaron Pederson 6 years ago committed by Alicia Cozine
parent 6ea3eca8ff
commit 8c7e38af62

@ -58,7 +58,6 @@ EXAMPLES = '''
project: test_project project: test_project
auth_kind: serviceaccount auth_kind: serviceaccount
service_account_file: "/tmp/auth.pem" service_account_file: "/tmp/auth.pem"
state: facts
''' '''
RETURN = ''' RETURN = '''

Loading…
Cancel
Save