Skip to content

Commit

Permalink
vmware_cluster_facts does not set hosts key
Browse files Browse the repository at this point in the history
Since ansible#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.
  • Loading branch information
goneri committed Jan 30, 2020
1 parent 5d4d9d4 commit 2ea159e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
assert:
that:
- cluster_result.clusters
- cluster_result.clusters[ccr1].hosts is defined
- not cluster_result.changed

- <<: *vc_cluster_data
Expand Down

0 comments on commit 2ea159e

Please sign in to comment.