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

This commit is contained in:
ibuler 2021-04-19 16:59:28 +08:00 committed by Jiangjie.Bai
parent 5e6e97c822
commit 6571209864

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
}