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

set -eux

ansible-playbook test_templating_settings.yml -i ../../inventory -v "$@"
[ "$(ansible-playbook dont_warn_register.yml -i ../../inventory -v "$@" 2>&1| grep -c 'is not templatable, but we found')" == "0" ]