Compare commits

...

1 Commits

Author SHA1 Message Date
ibuler
87894df126 fix: 修复创建的系统用户很快过期的问题 2021-04-19 17:01:18 +08:00

View File

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