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

set -eux

ansible-playbook bad_parsing.yml  -i ../../inventory -vvv "$@" --tags prepare,common,scenario5
ansible-playbook good_parsing.yml -i ../../inventory -v "$@"