mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in gce_labels documentation (#33186)
This commit is contained in:
parent
4c94c6f9ba
commit
3b0ff03547
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: gce_labels
|
||||
version_added: '2.4'
|
||||
short_description: Create, Update or Destory GCE Labels.
|
||||
short_description: Create, Update or Destroy GCE Labels.
|
||||
description:
|
||||
- Create, Update or Destory GCE Labels on instances, disks, snapshots, etc.
|
||||
- Create, Update or Destroy GCE Labels on instances, disks, snapshots, etc.
|
||||
When specifying the GCE resource, users may specifiy the full URL for
|
||||
the resource (its 'self_link'), or the individual parameters of the
|
||||
resource (type, location, name). Examples for the two options can be
|
||||
|
|
Loading…
Reference in a new issue