Skip to content

Commit

Permalink
Fix timeout in RAD VM (#9030)
Browse files Browse the repository at this point in the history
* Fix timeout

* Fix timeout
  • Loading branch information
danieloh30 authored Feb 6, 2025
1 parent 17026dd commit e53375b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
become_user: root

- name: Enable GPU accelerators
shell: "sudo dnf reinstall kernel kernel-core kernel-modules kernel-headers"
shell: "dnf reinstall -y kernel kernel-core kernel-modules kernel-headers"
become: true
become_user: root

- name: Download VS Code
ansible.builtin.get_url:
Expand Down

0 comments on commit e53375b

Please sign in to comment.