logdetective: add tag for CUDA driver installation

This commit is contained in:
Pavel Raiskup 2025-02-05 16:56:31 +01:00
parent c775ec0e6e
commit 04c2f72d1e

View file

@ -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