removing name param from gcp_storage_object module (#279)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-06-18 10:15:40 -07:00 committed by Alex Stephen
commit 07d8cabf5a

View file

@ -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