diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-27 23:45:46 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-27 23:45:46 +0100 |
| commit | 2165226bf04d177ad5ff2b42f148a4b9aa2f12b0 (patch) | |
| tree | 25b2dbcbe8ac35694e238f3aa8129e4af0545eb8 /roles/gpu-switch/defaults | |
| parent | 3331d092f1010992c008ca53b690b6fb28fbaa51 (diff) | |
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
Diffstat (limited to 'roles/gpu-switch/defaults')
| -rw-r--r-- | roles/gpu-switch/defaults/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
