Re: [ansible-project] How to get newline characters to be interpreted using debug and hipchat

2015-01-28 Thread Giovanni Tirloni
On Tue, 27 Jan 2015 11:19 -0800, Kathy Allen wrote: > TASK: [debug msg={{my_msg}}] > ** > Tuesday 27 January 2015  19:05:10 + (0:00:00.000)   0:00:00.040 > *** > ok: [127.0.0.1] => { >     "msg": "A - i am a runon sentence\ni go on an

[ansible-project] How to get newline characters to be interpreted using debug and hipchat

2015-01-27 Thread Kathy Allen
Hello. I'm trying to send output via debug and hipchat which I want to appear as multiple lines. But I'm failing. Can anyone advise? In my test below, I of course want the output to show up like this: i am a runon sentence i go on and on Here is my test play and the results. I'm using