Skip to content

Commit

Permalink
Fix ansible lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Oct 7, 2020
1 parent cbf31c5 commit b05f115
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
exclude_paths:
- ./tests/requirements
- ./tests/requirements

warn_list:
- '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern'

0 comments on commit b05f115

Please sign in to comment.