Merge pull request #10911 from jumpserver/pr@v3.4@perf_chrome

perf: 修正 Chrome driver 路径
pull/10912/head
吴小白 2023-07-05 18:37:53 +08:00 committed by GitHub
commit e0da9ee30c
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) - name: Unzip chromedriver (Chrome)
community.windows.win_unzip: community.windows.win_unzip:
src: "{{ ansible_env.TEMP }}\\chromedriver_win32.zip" 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) - name: Download Chrome zip package (Chrome)
ansible.windows.win_get_url: ansible.windows.win_get_url: