eb3da65886
This patch fix the `vmware_cluster_info` functional-tests.
`get_tags_for_dynamic_obj()` expects an object, not the object ID in a
string.
Without this patch, the `vmware_cluster_info` module fails.
`get_tags_for_object()` raises the following exception:
```
vmware.vapi.exception.CoreException: Expected VapiStruct instance or python dictionary, but received str
```
The patch partially reverts changes introduce in:
|
||
---|---|---|
.. | ||
ansible |