Rudd-O / ansible-qubes

Qubes OS DevOps automation
56 stars 12 forks source link

Line Return Whenever qrun and command/shell are invoked #21

Open ProfessorManhattan opened 2 years ago

ProfessorManhattan commented 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.

Rudd-O commented 2 years ago

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?