mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Updating gcp_storage_object example
The example contained the non-existent "status" parameter which causes an error with the latest release.
This commit is contained in:
parent
53955f2fa0
commit
2582030e51
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ options:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
- name: create a object
|
- name: Download an object
|
||||||
google.cloud.gcp_storage_object:
|
google.cloud.gcp_storage_object:
|
||||||
action: download
|
action: download
|
||||||
bucket: ansible-bucket
|
bucket: ansible-bucket
|
||||||
|
|
Loading…
Add table
Reference in a new issue