Skip to content

Commit 76253a3

Browse files
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 #1516
1 parent 0d5c4fd commit 76253a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scripts/execute-command.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ MVN=mvn
1616
case ${1:-} in
1717
'ansible-lint')
1818
exec ansible-lint \
19+
-x role-name \
1920
"$ROOTDIR/infra/vagrant/provisioning/prod.yml" \
2021
"$ROOTDIR/infra/vagrant/provisioning/vagrant.yml" \
2122
"$ROOTDIR/infra/vagrant/provisioning/bootstrap.yml" \

0 commit comments

Comments
 (0)