ansible-software/tests/02-ansiblelint.sh
2022-01-30 01:46:46 +00:00

6 lines
189 B
Bash
Executable file

#!/bin/sh
cd "$(dirname "$0")/.." || exit 1
find . -mindepth 1 -maxdepth 1 -type d '!' -name ".*" -not -path "./tests" -print0 | \
xargs -0 -t -n 1 -- ansible-lint -x meta-no-info --