mirror of https://github.com/jumpserver/jumpserver
fix: chrome path
parent
c22662a757
commit
159652ccfe
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue