From 11d11c214eaf9ea3b4db882b2f547bc3100ca656 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Tue, 10 Feb 2026 09:56:35 +0100 Subject: [PATCH] Skipping ansible-lint rules, in cases when it makes sense Signed-off-by: Jiri Podivin --- roles/logdetective/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index 5e7e9c30cb..b3f6a414d5 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -33,12 +33,12 @@ - name: Restart the system ansible.builtin.reboot: - when: cuda_installation.changed + when: cuda_installation.changed # noqa: no-handler tags: - cuda_installation - name: Ensure state of secondary drive - ignore_errors: true + ignore_errors: true # noqa: ignore-errors when: - drive_device is defined block: