Commit 76253a3
committed
chore: configure ansible-lint to exclude role-name check
The error was:
Error: [E106] Role name mystamps-app does not match `^[a-z][a-z0-9_]+$` pattern
Error: [E106] Role name mystamps-backup does not match `^[a-z][a-z0-9_]+$` pattern
Error: [E106] Role name mystamps-nginx does not match `^[a-z][a-z0-9_]+$` pattern
Error: [E106] Role name mystamps-user does not match `^[a-z][a-z0-9_]+$` pattern
Relate to #15161 parent 0d5c4fd commit 76253a3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments