mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26326 from rallytime/create_snapshot_return
Make ec2.create_snapshot return less unweildly and more relevant
This commit is contained in:
commit
78be3a826f
1 changed files with 1 additions and 1 deletions
|
@ -3763,7 +3763,7 @@ def create_snapshot(kwargs=None, call=None, wait_to_finish=False):
|
|||
argument_being_watched='status',
|
||||
required_argument_response='completed')
|
||||
|
||||
return data
|
||||
return r_data
|
||||
|
||||
|
||||
def delete_snapshot(kwargs=None, call=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue