fix(task): 修复推送过期的问题

pull/5989/head
ibuler 2021-04-20 11:27:02 +08:00 committed by Jiangjie.Bai
parent 6571209864
commit 94a798eb01
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ def get_push_unixlike_system_user_tasks(system_user, username=None):
'shell': system_user.shell or Empty,
'state': 'present',
'home': system_user.home or Empty,
'expires': -1,
'groups': groups or Empty,
'comment': comment
}