summaryrefslogtreecommitdiff
path: root/test/integration/targets/module_utils/runme.sh
blob: efbb7f8208ca1bbcadbab6be3b5815199db8b0b9 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

set -eux

ansible-playbook module_utils_test.yml -i ../../inventory -v "$@"
ANSIBLE_MODULE_UTILS=other_mu_dir ansible-playbook module_utils_envvar.yml -i ../../inventory -v "$@"