mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
monior docfixes added extensino to vsphere_copy so it actually installs
This commit is contained in:
parent
4588a4f9ed
commit
c73d248ba6
4 changed files with 8 additions and 11 deletions
|
@ -25,13 +25,13 @@ options:
|
|||
eni_id:
|
||||
description:
|
||||
- The ID of the ENI
|
||||
required = false
|
||||
default = null
|
||||
required: false
|
||||
default: null
|
||||
instance_id:
|
||||
description:
|
||||
- Instance ID that you wish to attach ENI to. To detach an ENI from an instance, use 'None'.
|
||||
required: false
|
||||
default: null
|
||||
default: null
|
||||
private_ip_address:
|
||||
description:
|
||||
- Private IP address.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue