mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-27 07:44:23 +00:00
fix: chrome path
This commit is contained in:
@@ -143,12 +143,12 @@
|
|||||||
- name: Unzip chromedriver (Chromium)
|
- name: Unzip chromedriver (Chromium)
|
||||||
community.windows.win_unzip:
|
community.windows.win_unzip:
|
||||||
src: "{{ ansible_env.TEMP }}\\chrome-win.zip"
|
src: "{{ ansible_env.TEMP }}\\chrome-win.zip"
|
||||||
dest: C:\Program Files\chrome-win
|
dest: C:\Program Files\Chrome
|
||||||
|
|
||||||
- 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-win'
|
- 'C:\Program Files\Chrome\chrome-win'
|
||||||
- 'C:\Program Files\JumpServer\drivers'
|
- 'C:\Program Files\JumpServer\drivers'
|
||||||
|
|
||||||
- name: Set Chromium variables diable Google Api (Chromium)
|
- name: Set Chromium variables diable Google Api (Chromium)
|
||||||
|
Reference in New Issue
Block a user