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

set -eux

ansible-playbook reserved_varname_warning.yml "$@" 2>&1| grep 'Found variable using reserved name: lipsum'