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

pull/5985/head
ibuler 2021-04-19 16:59:28 +08:00 committed by Jiangjie.Bai
parent 5e6e97c822
commit 6571209864
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
}