VMware: Gather facts when powerstate is specified (#37908)

This fix adds additional facts after VM powerstate management.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-03-28 00:19:33 +05:30 committed by GitHub
parent 6e737c8cb6
commit 4edcbeb62d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -826,8 +826,7 @@ def set_vm_power_state(content, vm, state, force, timeout=0):
result['changed'] = True
# need to get new metadata if changed
if result['changed']:
result['instance'] = gather_vm_facts(content, vm)
result['instance'] = gather_vm_facts(content, vm)
return result