build: Add ansible-lint exceptions for pre-existing lint

This commit is contained in:
Alex Willmer 2020-04-30 21:54:09 +01:00
parent e5111c152e
commit f5d3142bea
2 changed files with 11 additions and 0 deletions

View File

@ -19,3 +19,6 @@ jobs:
scripts/ansible/ping_playbook.yml
scripts/ansible/restart_playbook.yml
scripts/ansible/update_playbook.yml
args:
-c scripts/ansible/.ansible-lint

View File

@ -0,0 +1,8 @@
parsable: true
skip_list:
- '301' # Commands should not change things if nothing needs doing
- '305' # Use shell only when shell functionality is required
- '204' # Lines should be no longer than 160 chars
- '502' # All tasks should be named
# vim: filetype=yaml