diff --git a/apps/assets/tasks/push_system_user.py b/apps/assets/tasks/push_system_user.py index b56cfcdd8..88b3a62a6 100644 --- a/apps/assets/tasks/push_system_user.py +++ b/apps/assets/tasks/push_system_user.py @@ -57,6 +57,7 @@ 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 }