Awesome! No, I have not tried it, as I get my ansible from MacPorts. Hopefully as soon as 1.8 is out the port maintainer will release there.
Basically, when I'm executing a task simply to get some output, I don't want to see:
TASK: [postfix | Check if SMTP submission is already allowed via IPv6] ********
failed: [jedis-test] => {"changed": true, "cmd": "grep '^-A\\ INPUT\\ -p\\ tcp\\ -m\\ state\\ --state\\ NEW\\ -m\\ tcp\\ --dport\\ 587\\ -j\\ ACCEPT' /etc/sysconfig/ip6tables >/dev/null 2>&1", "delta": "0:00:00.002819", "end": "2014-11-24 16:35:55.098774", "rc": 1, "start": "2014-11-24 16:35:55.095955"}
...ignoring
And some tasks, like checking to see if our McAfee is there, can generate a page of angry red text. Since I really don't care what stdout is, I'd rather just see:
TASK: [postfix | Check if SMTP submission is already allowed via IPv6] ********
and then move on to the next task :-)
Thanks yet again, and thanks for such an awesome piece of software! I'm using ansible for more and more tasks, and loving it!