mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
monior docfixes added extensino to vsphere_copy so it actually installs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user