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:
parent
5d4d9d40af
commit
2ea159eefd
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@
|
|||
assert:
|
||||
that:
|
||||
- cluster_result.clusters
|
||||
- cluster_result.clusters[ccr1].hosts is defined
|
||||
- not cluster_result.changed
|
||||
|
||||
- <<: *vc_cluster_data
|
||||
|
|
Loading…
Reference in a new issue