#!/bin/sh
set -e

cd debian/tests/ && LC_ALL=C ansible-lint -p --offline -x experimental nomatches.yml
