ansible/test/integration/targets/json_cleanup/runme.sh
Brian Coca 43300e2279
module output is only json objects (#73765)
* module output is only json objects

 remove json lists as they are not valid from modules
 fixes #73744
2021-03-03 15:11:18 -05:00

5 lines
80 B
Bash
Executable file

#!/usr/bin/env bash
set -eux
ansible-playbook module_output_cleaning.yml "$@"