mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Allow concurrent runs for state single
This commit is contained in:
parent
4c1ca31d52
commit
bab9cfa19e
@ -159,7 +159,7 @@ def _check_queue(queue, kwargs):
|
||||
if queue:
|
||||
_wait(kwargs.get('__pub_jid'))
|
||||
else:
|
||||
conflict = running()
|
||||
conflict = running(concurrent=kwargs.get('concurrent', False))
|
||||
if conflict:
|
||||
__context__['retcode'] = 1
|
||||
return conflict
|
||||
|
Loading…
Reference in New Issue
Block a user