fix: 修正 Chrome 环境变量

pull/10556/head
吴小白 2023-05-25 17:42:19 +08:00
parent a6366a2dd4
commit 38b121421f
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
- name: Set chromium and driver on the global system path (Chromium)
ansible.windows.win_path:
elements:
- 'C:\Program Files\Chrome\chrome-win'
- 'C:\Program Files\Chrome\chrome-win32'
- 'C:\Program Files\JumpServer\drivers\chromedriver_win32'
- name: Set Chromium variables disable Google Api (Chromium)