vmware_host_datastore: ability to target a ESXi

Until now, the module was only able to interact with vcenter. This
commit adds the ability to directly target an ESXi without the
`esxi_hostname` parameter.
This commit is contained in:
Gonéri Le Bouder
2019-05-15 17:18:29 -04:00
parent fc94d79c47
commit 8cee127ee4
4 changed files with 112 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- vmware_host_datastore - Ability to directly target a ESXi.