forked from infra/ansible
Skipping ansible-lint rules, in cases when it makes sense
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
parent
28d40d6e0b
commit
11d11c214e
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue