perf: 修正 Chrome driver 路径

pull/10910/head
Eric 2023-07-05 18:28:31 +08:00
parent d6aaf23abb
commit 751bd35349
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