You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #1516
0 commit comments