fix: chrome path

pull/9424/head
Eric 2023-02-03 14:41:50 +08:00
parent c22662a757
commit 159652ccfe
1 changed files with 2 additions and 2 deletions

View File

@ -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)