vmware_cluster_facts does not set hosts key

Since https://github.com/ansible/ansible/pull/61006 `vmware_cluster_info`
exposes a new key called `hosts`. The deprecated module
`vmware_cluster_facts` keeps the previous behaviour, and so we must keep
its test-suite unchanged.
This commit is contained in:
Gonéri Le Bouder 2020-01-29 14:55:04 -05:00
parent 5d4d9d40af
commit 2ea159eefd

View file

@ -46,7 +46,6 @@
assert:
that:
- cluster_result.clusters
- cluster_result.clusters[ccr1].hosts is defined
- not cluster_result.changed
- <<: *vc_cluster_data