Merge pull request #10910 from jumpserver/pr@dev@perf_chrome

perf: 修正 Chrome driver 路径
pull/10913/head
吴小白 2023-07-05 18:38:18 +08:00 committed by GitHub
commit a07cab9ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@
- name: Unzip chromedriver (Chrome)
community.windows.win_unzip:
src: "{{ ansible_env.TEMP }}\\chromedriver_win32.zip"
dest: C:\Program Files\JumpServer\drivers
dest: C:\Program Files\JumpServer\drivers\chromedriver_win32
- name: Download Chrome zip package (Chrome)
ansible.windows.win_get_url:
@ -229,4 +229,4 @@
- name: Sync all remote applets
ansible.windows.win_powershell:
script: |
tinkerd install all
tinkerd install all