OUT=$(ansible-playbook playbook.yml -i inventory -e @../../integration_config.yml "$@" 2>&1| grep 'ERROR! Module "tags" shadows the name of a reserved keyword.')
if[[ -z "$OUT"]];then
echo"Fake tags module did not cause error"
exit1
fi
# This playbook calls a lookup which shadows a keyword.