I have a playbook entry which is performing an rpm command on a remote host:

- hosts: testgroup
  gather_facts: no
  remote_user: bartonbf
  tasks:
    - name: List SIS packages
      shell: /bin/rpm -qa --queryformat '%-50{NAME} %{VENDOR}\n' | sort -d 
-f    


The problem is the output stair steps, and looks like this:





<https://lh3.googleusercontent.com/-SgjszmBGdm8/Vp6aZATukzI/AAAAAAAAIi8/x14O-MTeFIU/s1600/Untitled.png>



I've been researching how to normalize the output so it's human readable, 
and found it was a known issue back in 2014.  Is it still an issue?









-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/6727f488-552d-4f3c-92a7-d1fc1a4f43d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to