mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 08:19:04 +00:00
[Bugfix] 修复session搜索bug
This commit is contained in:
@@ -390,8 +390,8 @@ def push_system_user_period():
|
||||
for system_user in system_users:
|
||||
tasks.extend(get_push_system_user_tasks(system_user))
|
||||
|
||||
task_name = _("Push system user to cluster assets period: {}->{}").format(
|
||||
cluster.name, ', '.join(s.name for s in system_users)
|
||||
task_name = _("Push cluster system users to assets period: {}").format(
|
||||
cluster.name
|
||||
)
|
||||
hosts = [asset.hostname for asset in cluster.assets.all()]
|
||||
update_or_create_ansible_task(
|
||||
|
Reference in New Issue
Block a user