Fix external graphics card.

This commit is contained in:
Andreas B. Mundt 2023-02-07 08:14:11 +01:00
parent 0c9711a1da
commit 89ddaa0138
2 changed files with 19 additions and 1 deletions

View file

@ -24,7 +24,7 @@
- name: add {{ ansible_distribution_release }}-backports
apt_repository:
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main contrib non-free
state: present
update_cache: true
when: extra_pkgs_bpo|length