From 04c2f72d1eea47dd23d90798f29424992af2a7c5 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 5 Feb 2025 16:56:31 +0100 Subject: [PATCH] logdetective: add tag for CUDA driver installation --- roles/logdetective/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index d0f1b84cbc..f3481edf71 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -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