1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-29 12:32:45 +00:00

VMware: Improve output of vmware_local_role_facts (#47871)

This commit is contained in:
Christian Kotte 2018-11-02 09:58:36 +01:00 committed by Abhijeet Kasurde
parent 899e5645ed
commit 754c377dbd
3 changed files with 50 additions and 36 deletions

View file

@ -108,6 +108,7 @@ Noteworthy module changes
* The ``win_get_url`` module has removed the deprecated ``skip_certificate_validation`` option, use the standardised
``validate_certs`` option instead.
* The ``vmware_local_role_facts`` module now returns a list of dicts instead of a dict of dicts for role information.
Plugins
=======