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

set -eux

# check if we get proper json error
ansible-playbook -i ../../inventory attempt_to_load_invalid_json.yml "$@" 2>&1|grep 'JSON:'