mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
softlayer: fix module name in doc (#2266)
This commit is contained in:
parent
f0ae2393e6
commit
a9bc509a96
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: SoftLayer
|
module: sl_vm
|
||||||
short_description: create or cancel a virtual instance in SoftLayer
|
short_description: create or cancel a virtual instance in SoftLayer
|
||||||
description:
|
description:
|
||||||
- Creates or cancels SoftLayer instances. When created, optionally waits for it to be 'running'.
|
- Creates or cancels SoftLayer instances. When created, optionally waits for it to be 'running'.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue