lint updates

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-09-16 11:34:42 +01:00
parent 1992eea6da
commit 3df35e03a0
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
14 changed files with 58 additions and 55 deletions

View file

@ -14,7 +14,7 @@
name: net.ipv4.route.flush
value: '1'
sysctl_set: true
ignore_errors: true
ignore_errors: true # noqa ignore-errors
when:
- flush_ipv4_route
- not system_is_container
@ -78,7 +78,7 @@
shell: "grub2-mkconfig -o /boot/grub2/grub.cfg"
args:
warn: false
ignore_errors: true
ignore_errors: true # noqa ignore-errors
tags:
- skip_ansible_lint