Hi, I am using ansible.builtin.shell, but it's returning no output of the 
execution on console. 
I am using it like this:
ansible.builtin.shell: "{{sources_dir}}/scripts/tomcat/upgrade.sh 
{{tmp_dir}}/{{item.name}}.props 2>&1  | tee -a {{log_dir}}/log.out; exit 
${PIPESTATUS[0]} "

I am getting the output in the file but nothing on console or the 
registered variable.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/588816c5-646d-46f7-b290-5306f9fdca09n%40googlegroups.com.

Reply via email to