This works even better.  I get the correct colors with this:

    #!/bin/ksh

    echo '{
        "changed": true,
        "msg": "OK"
    }'
    exit 0

-Mark


On Thursday, April 16, 2015 at 8:49:38 PM UTC-7, [email protected] wrote:
>
>
>
>
> Found it.  This:
>
> #!/bin/ksh
>
> echo '{"changed": "True", "msg": "OK"}'
> exit 0
>
> now returns:
>
> server | success >> {
>     "changed": "True",
>     "msg": "OK"
> }
>
> Easy enough to correct.
> Thanks,
> -Mark
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a154a234-75ef-4ffa-bb15-60bb74bc196a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to