ansible/changelogs/fragments/55930-vsphere_copy_for_esxi.yaml
Gonéri Le Bouder 216260cbb4 VMware: vsphere_copy: ability to target an esxi instance (#55930)
*`vsphere_copy` was only able to interact with a vCenter instance. This
patch change that.
* In addition, it also makes use of the `vmware_argument_spec`.

Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
2019-05-16 10:40:07 +05:30

4 lines
226 B
YAML

minor_changes:
- vsphere_copy - The module can now also be used with standalone ESXi.
- vsphere_copy - The ``host`` and ``login`` parameters are deprecated, use `hostname` and ``username``
like for the other VMware modules.