ansible/changelogs/fragments/vmware_datastore_facts.yaml
Gonéri Le Bouder 223321e7e2 vmware_datastore_facts: empty list if none found
When `vmware_datastore_facts` does not fine any datastore, it raises an error.
This is not consistent with the other _facts modules. It should just return
an empty list instead.
2019-05-03 18:29:00 -04:00

2 lines
98 B
YAML

minor_changes:
- vmware_datastore_facts - When no datastore was found, returns an empty list.