logdetective: add tag for CUDA driver installation
This commit is contained in:
parent
c775ec0e6e
commit
04c2f72d1e
1 changed files with 4 additions and 0 deletions
|
@ -21,10 +21,14 @@
|
|||
dnf -y install cuda-toolkit-12
|
||||
dnf -y module install nvidia-driver:open-dkms
|
||||
register: cuda_installation
|
||||
tags:
|
||||
- cuda_installation
|
||||
|
||||
- name: Restart the system
|
||||
ansible.builtin.reboot:
|
||||
when: cuda_installation.changed
|
||||
tags:
|
||||
- cuda_installation
|
||||
|
||||
- name: Ensure state of secondary drive
|
||||
ignore_errors: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue