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

set -eux

ansible-playbook -i ./inventory playbook.yml "$@" | tee out.txt
grep 'unreachable=2' out.txt
grep 'failed=2' out.txt