diff --git a/.ansible-lint b/.ansible-lint index 6236b62..2f874d1 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,2 +1,5 @@ exclude_paths: - - ./tests/requirements \ No newline at end of file + - ./tests/requirements + +warn_list: + - '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern' \ No newline at end of file