mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-25 14:20:29 -07:00
removing name param from gcp_storage_object module (#279)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
69089b68d4
commit
07d8cabf5a
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ extends_documentation_fragment: gcp
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: create a object
|
- name: create a object
|
||||||
gcp_storage_object:
|
gcp_storage_object:
|
||||||
name: ansible-storage-module
|
|
||||||
action: download
|
action: download
|
||||||
bucket: ansible-bucket
|
bucket: ansible-bucket
|
||||||
src: modules.zip
|
src: modules.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue