Open ProfessorManhattan opened 2 years ago
Minor issue but would love it if you knew how to fix it:
Whenever command/shell are invoked (perhaps in some other cases too), a line return is added to the Ansible output. This can cause issues for parsing the output and it doesn't look as good.
Can you trace the origin of this unexpected return character? If you run qrun to run command echo -n abc, do you get an extra line feed?
qrun
echo -n abc
Minor issue but would love it if you knew how to fix it:
Whenever command/shell are invoked (perhaps in some other cases too), a line return is added to the Ansible output. This can cause issues for parsing the output and it doesn't look as good.