Skip to content

Commit

Permalink
fix ubuntu2004
Browse files Browse the repository at this point in the history
  • Loading branch information
TomoyaFukui committed Feb 3, 2025
1 parent 75eeeae commit 2910cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
state: present
filename: machine-learning
update_cache: "{{ 'yes' if not ansible_check_mode | bool else 'no' }}"
when: nvidia_repo_distarch == "ubuntu2004"
when: nvidia_repo_distarch in ["ubuntu2004"]

0 comments on commit 2910cf9

Please sign in to comment.