mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
docs: remove state param in gcp_storage_object example (#493)
Removes an invalid parameter from the example given within the gcp_storage_object module to download an object from a GCS bucket.
This commit is contained in:
parent
0cd64a4a68
commit
af3710889d
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,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: present
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
RETURN = """
|
RETURN = """
|
||||||
|
|
Loading…
Add table
Reference in a new issue