Including timestamps in PLAY [host] *** messages

Hi all,

Is there a way to include timestamps in the playbook and task header messages:

    PLAY [hostname] [2014-08-20 16:54:22] ******************************************************
    ...
    TASK: [Prepare users] [2014-08-20 16:54:23] ************************************************

Thanks in advance,
Behrang

Not in the header messages, but I’ve seen a callback written that adds the timestamps each task started below it.

Perhaps someone can share (a PR to add it to the examples/ directory would be fair game!), if not, it’s easily done.