feat(ansible): enable WebGPU in Chrome via chrome-flags.conf and add docs
This commit is contained in:
@@ -45,3 +45,16 @@
|
||||
- code-oss
|
||||
- code-marketplace
|
||||
state: absent
|
||||
|
||||
- name: Configure Chrome flags for WebGPU
|
||||
copy:
|
||||
dest: "/home/{{ system_user }}/.config/chrome-flags.conf"
|
||||
content: |
|
||||
--enable-unsafe-webgpu
|
||||
--enable-vulkan
|
||||
--enable-features=Vulkan
|
||||
--ignore-gpu-blocklist
|
||||
owner: "{{ system_user }}"
|
||||
group: "{{ system_user }}"
|
||||
mode: '0644'
|
||||
tags: [chrome, webgpu]
|
||||
|
||||
Reference in New Issue
Block a user