Skip to content

Commit

Permalink
Fix syntax for mock role name
Browse files Browse the repository at this point in the history
  • Loading branch information
sleighzy committed Nov 29, 2023
1 parent 85b5595 commit d52739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude_paths:
- ./tests/roles/

mock_roles:
- role: sleighzy.zookeeper
- sleighzy.zookeeper

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

0 comments on commit d52739a

Please sign in to comment.