Skip to content

Commit

Permalink
handbrake: remove redundant devices
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Feb 15, 2024
1 parent 1e98f9d commit c53ad09
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions roles/handbrake/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,10 @@ handbrake_docker_volumes: "{{ handbrake_docker_volumes_default
+ handbrake_docker_volumes_custom }}"

# Devices
handbrake_docker_devices_default:
- "/dev/dri:/dev/dri"
handbrake_docker_devices_default: []
handbrake_docker_devices_custom: []
handbrake_docker_devices: "{{ handbrake_docker_devices_default
+ handbrake_docker_devices_custom
if (gpu.intel and dev_dri.stat.exists)
else handbrake_docker_devices_custom }}"
+ handbrake_docker_devices_custom }}"

# Hosts
handbrake_docker_hosts_default: []
Expand Down

0 comments on commit c53ad09

Please sign in to comment.