fix: 修复创建的系统用户很快过期的问题

pull/5986/head v2.9.1
ibuler 2021-04-19 16:59:28 +08:00 committed by Jiangjie.Bai
parent d042de7b09
commit 87894df126
1 changed files with 0 additions and 1 deletions

View File

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