mirror of https://github.com/jumpserver/jumpserver
fix: 修正 Chrome 环境变量
parent
a6366a2dd4
commit
38b121421f
|
@ -182,7 +182,7 @@
|
||||||
- name: Set chromium and driver on the global system path (Chromium)
|
- name: Set chromium and driver on the global system path (Chromium)
|
||||||
ansible.windows.win_path:
|
ansible.windows.win_path:
|
||||||
elements:
|
elements:
|
||||||
- 'C:\Program Files\Chrome\chrome-win'
|
- 'C:\Program Files\Chrome\chrome-win32'
|
||||||
- 'C:\Program Files\JumpServer\drivers\chromedriver_win32'
|
- 'C:\Program Files\JumpServer\drivers\chromedriver_win32'
|
||||||
|
|
||||||
- name: Set Chromium variables disable Google Api (Chromium)
|
- name: Set Chromium variables disable Google Api (Chromium)
|
||||||
|
|
Loading…
Reference in New Issue