Browse Source

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

pull/5985/head
ibuler 4 years ago
parent
commit
ec393c1440
  1. 1
      apps/assets/tasks/push_system_user.py

1
apps/assets/tasks/push_system_user.py

@ -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
}

Loading…
Cancel
Save