#!/usr/bin/bash # A thin wrapper for ansible-playbook which has a nice check for # TEST_SUBJECTS being set. set -xeuo pipefail # https://fedoraproject.org/wiki/CI/Tests if test -z "${TEST_SUBJECTS:-}"; then cat <