mirror of https://github.com/jumpserver/jumpserver
fix(task): 修复推送过期的问题
parent
6571209864
commit
94a798eb01
|
@ -56,6 +56,7 @@ def get_push_unixlike_system_user_tasks(system_user, username=None):
|
||||||
'shell': system_user.shell or Empty,
|
'shell': system_user.shell or Empty,
|
||||||
'state': 'present',
|
'state': 'present',
|
||||||
'home': system_user.home or Empty,
|
'home': system_user.home or Empty,
|
||||||
|
'expires': -1,
|
||||||
'groups': groups or Empty,
|
'groups': groups or Empty,
|
||||||
'comment': comment
|
'comment': comment
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue