From 5286bf3ac1dd92af6190ec46c5384c21deae99b6 Mon Sep 17 00:00:00 2001 From: BaiJiangJie <32935519+BaiJiangJie@users.noreply.github.com> Date: Thu, 13 Jun 2019 19:46:27 +0800 Subject: [PATCH] =?UTF-8?q?[Bugfix]=20=E4=BF=AE=E5=A4=8Dwindows=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E7=B3=BB=E7=BB=9F=E7=94=A8=E6=88=B7=E5=B0=8Fbug=20(#2?= =?UTF-8?q?794)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/assets/tasks.py b/apps/assets/tasks.py index 61f0d29ec..76ab6bc2e 100644 --- a/apps/assets/tasks.py +++ b/apps/assets/tasks.py @@ -446,7 +446,7 @@ def get_push_windows_system_user_tasks(system_user): 'name={} ' 'password={} ' 'state=present ' - 'update_password=always' + 'update_password=always ' 'password_expired=no ' 'password_never_expires=yes ' 'groups="Users,Remote Desktop Users" '