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: