mirror of https://github.com/jumpserver/jumpserver
fix: chrome path
parent
c22662a757
commit
159652ccfe
|
@ -143,12 +143,12 @@
|
|||
- name: Unzip chromedriver (Chromium)
|
||||
community.windows.win_unzip:
|
||||
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)
|
||||
ansible.windows.win_path:
|
||||
elements:
|
||||
- 'C:\Program Files\chrome-win'
|
||||
- 'C:\Program Files\Chrome\chrome-win'
|
||||
- 'C:\Program Files\JumpServer\drivers'
|
||||
|
||||
- name: Set Chromium variables diable Google Api (Chromium)
|
||||
|
|
Loading…
Reference in New Issue