machine_setup/ansible/roles/chromium/tasks/linux.yaml

8 lines
173 B
YAML
Raw Normal View History

# Check chrome://gpu/ to confirm hardware video decoding and vulkan rendering is working.
- name: Install packages
package:
name:
- chromium
state: present