3 Commits
Author SHA1 Message Date
patrick 068f001412 fix(nvidia_drivers): scope cleanup to real verify failures, spare version mismatch
Replace the block/rescue that caught any error -- including templating errors in
the debug task -- with explicit conditional cleanup gated on nvidia-smi's actual
return code. A cosmetic failure can no longer roll back a working install. rc 18
(driver/library version mismatch) now fails with guidance and leaves packages intact.
2026-07-27 16:54:41 -04:00
patrick b212092db1 fix(nvidia_drivers): guard driver info display against skipped verify
Check nvidia_verification.rc is defined instead of the var, since a skipped
task still registers a dict without rc. Fall back to nvidia_check output so
driver info shows on every successful run.
2026-07-27 15:48:57 -04:00
patrick 62f4a3ea73 fix: rename roles to use underscores instead of hyphens which was causing the roles not to be found 2026-04-14 15:19:21 -04:00