How do I see stdout for ansible-playbook commands? -v only shows ansible output, not the individual commands. It would be great if I could figure out how to do this immediately, so if something fails or hangs I can see why.
e.g.
- name: print to stdout action: command echo "hello" would print
TASK: [print variable] ******************************************************** hello