summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-20 22:55:31 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-20 22:55:31 +0200
commitf8201926ac38b2105601ab3759dd5e4089997b88 (patch)
tree280128e1ee243bfff53e1d59e717d2d89a3011c2 /roles/bootstrap/vars
parenteb2c0891e5392d32c7f9fa18e656064429ca8f96 (diff)
Add restricted repo for nvidia/amd drivers that might be needed
Diffstat (limited to 'roles/bootstrap/vars')
-rw-r--r--roles/bootstrap/vars/ubuntu.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/bootstrap/vars/ubuntu.yml b/roles/bootstrap/vars/ubuntu.yml
index c1e7b26..d47f391 100644
--- a/roles/bootstrap/vars/ubuntu.yml
+++ b/roles/bootstrap/vars/ubuntu.yml
@@ -19,6 +19,6 @@ bootstrap_apt_ignored_preferences: |
Pin-Priority: -1
bootstrap_apt_sources: |
- deb http://archive.ubuntu.com/ubuntu {{ bootstrap_distro.name }} main universe
- deb http://archive.ubuntu.com/ubuntu {{ bootstrap_distro.name }}-security main universe
- deb http://archive.ubuntu.com/ubuntu {{ bootstrap_distro.name }}-updates main universe
+ deb http://archive.ubuntu.com/ubuntu {{ bootstrap_distro.name }} main universe restricted
+ deb http://archive.ubuntu.com/ubuntu {{ bootstrap_distro.name }}-security main universe restricted
+ deb http://archive.ubuntu.com/ubuntu {{ bootstrap_distro.name }}-updates main universe restricted