#!/bin/sh

bin/ansible-test units \
  --python-interpreter /usr/bin/python3 \
  --exclude test/units/galaxy/test_collection_install.py \
  --local
