mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #50161 from rmarcinik/patch-1
Add a missing result for task.info
This commit is contained in:
commit
16eece35c7
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ results = {0x0: 'The operation completed successfully',
|
|||
0x8004130F: 'Credentials became corrupted',
|
||||
0x8004131F: 'An instance of this task is already running',
|
||||
0x800704DD: 'The service is not available (Run only when logged in?)',
|
||||
0x800710E0: 'The operator or administrator has refused the request',
|
||||
0xC000013A: 'The application terminated as a result of CTRL+C',
|
||||
0xC06D007E: 'Unknown software exception'}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue