ansible/test/integration/targets/json_cleanup/library/bad_json

12 lines
194 B
Text
Raw Normal View History

#!/usr/bin/env bash
set -eu
echo 'this stuff should be ignored'
echo '[ looks like a json list]'
echo '{"changed": false, "failed": false, "msg": "good json response"}'
echo 'moar garbage'