#!/bin/sh cd "$(dirname "$0")/.." || exit 1 find . -type f -name "*.yml" -not -path "./playbooks/roles/*" -print0 | \ xargs -0 -t -n 1 yamllint -s --