Skip to content

Commit c7e15be

Browse files
committed
chore: try to exclude ansble-lint rule by number instead of its name
Relate to #1516
1 parent 76253a3 commit c7e15be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/execute-command.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MVN=mvn
1616
case ${1:-} in
1717
'ansible-lint')
1818
exec ansible-lint \
19-
-x role-name \
19+
-x 106 \
2020
"$ROOTDIR/infra/vagrant/provisioning/prod.yml" \
2121
"$ROOTDIR/infra/vagrant/provisioning/vagrant.yml" \
2222
"$ROOTDIR/infra/vagrant/provisioning/bootstrap.yml" \

0 commit comments

Comments
 (0)