Merge pull request #10556 from jumpserver/pr@dev@fix_chrome_path

fix: 修正 Chrome 环境变量
pull/10564/head
老广 2023-05-25 19:19:45 +08:00 committed by GitHub
commit 60fd5a2e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
- name: Set chromium and driver on the global system path (Chromium)
ansible.windows.win_path:
elements:
- 'C:\Program Files\Chrome\chrome-win'
- 'C:\Program Files\Chrome\chrome-win32'
- 'C:\Program Files\JumpServer\drivers\chromedriver_win32'
- name: Set Chromium variables disable Google Api (Chromium)