Allow specifying the variant for the ubuntu drivers

Signed-off-by: guenthgr <guenther.grill@sensonic.com>
This commit is contained in:
guenthgr
2022-08-16 15:09:07 +02:00
parent 35a769dd63
commit 7b9fb62784
5 changed files with 43 additions and 25 deletions

View File

@@ -10,6 +10,6 @@
state: "{{ nvidia_driver_package_state }}"
autoremove: "{{ nvidia_driver_package_state == 'absent' }}"
purge: "{{ nvidia_driver_package_state == 'absent' }}"
with_items: "{{ nvidia_driver_ubuntu_packages }}"
loop: "{{ nvidia_driver_ubuntu_packages }}"
register: install_driver
environment: "{{proxy_env if proxy_env is defined else {}}}"