mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Ensure that the latest node data is returned
This commit is contained in:
parent
068807558a
commit
6cd89459c7
1 changed files with 4 additions and 0 deletions
|
@ -2561,6 +2561,10 @@ def create(vm_=None, call=None):
|
|||
transport=__opts__['transport']
|
||||
)
|
||||
|
||||
# Ensure that the latest node data is returned
|
||||
node = _get_node(instance_id=vm_['instance_id'])
|
||||
ret.update(node)
|
||||
|
||||
return ret
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue