mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Skipping ansible-lint rules, in cases when it makes sense
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user