mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -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 = '''
|
||||
- name: create a object
|
||||
gcp_storage_object:
|
||||
name: ansible-storage-module
|
||||
action: download
|
||||
bucket: ansible-bucket
|
||||
src: modules.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue