VMware: Refactor guest inventory plugin (#52642)

* VMware: Refactor guest inventory plugin
* Review comments

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2019-02-22 09:55:57 +05:30
committed by GitHub
parent 17bfc60423
commit e41b98ffb5
4 changed files with 264 additions and 191 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fixed issue related to --yaml flag in vmware_vm_inventory. Also fixed caching issue in vmware_vm_inventory (https://github.com/ansible/ansible/issues/52381).