VMware: Rename results key to ansible_module_results (#55038)

* Rename results key to ansible_module_results

* Update to a better variable name

* Update example and adds change to porting guide
This commit is contained in:
Wilmar den Ouden 2019-04-10 16:28:25 +02:00 committed by Abhijeet Kasurde
commit 877ce12970
3 changed files with 33 additions and 4 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- The internal key `results` in vmware_guest_snapshot module return renamed to `snapshot_results`.