mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix Indefinitely code
This commit is contained in:
parent
ed9dd373af
commit
2aa6338ed0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ TASK_TRIGGER_LOGON = 9
|
|||
TASK_TRIGGER_SESSION_STATE_CHANGE = 11
|
||||
|
||||
duration = {'Immediately': 'PT0M',
|
||||
'Indefinitely': 'PT0M',
|
||||
'Indefinitely': '',
|
||||
'Do not wait': 'PT0M',
|
||||
'15 seconds': 'PT15S',
|
||||
'30 seconds': 'PT30S',
|
||||
|
|
Loading…
Add table
Reference in a new issue