From 2165226bf04d177ad5ff2b42f148a4b9aa2f12b0 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 27 Feb 2026 23:45:46 +0100 Subject: Add the role to switch gpu For Mac Machines with iGPU and dedicated GPU, this installs the gpu-switch to allow setting the active GPU on the next boot --- roles/gpu-switch/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/gpu-switch/defaults/main.yml (limited to 'roles/gpu-switch/defaults') diff --git a/roles/gpu-switch/defaults/main.yml b/roles/gpu-switch/defaults/main.yml new file mode 100644 index 00000000..db1abd44 --- /dev/null +++ b/roles/gpu-switch/defaults/main.yml @@ -0,0 +1,2 @@ +--- +gpu_switch_dedicated: false -- cgit v1.2.3