Hi folks,
when I use “ansible-playbook -i ” I could’t redirect the output. Why?
ansible-playbook -i > log.txt
I will capture the consolen output and send this output to another app. I can capture the STDOUT traffic from other App (“LS” and so on)
but not from Ansible. Is there configution option for ansible?
Klemens