Skipping ansible-lint rules, in cases when it makes sense

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
Jiri Podivin
2026-02-10 09:56:35 +01:00
parent 28d40d6e0b
commit 11d11c214e

View File

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