Skip to content

Instantly share code, notes, and snippets.

@fintanmm
Created September 23, 2021 08:31
Show Gist options
  • Select an option

  • Save fintanmm/213db6485c95cb74dd58a8f21c8cce9b to your computer and use it in GitHub Desktop.

Select an option

Save fintanmm/213db6485c95cb74dd58a8f21c8cce9b to your computer and use it in GitHub Desktop.
ansible apt update report
ansible-playbook -i hosts pacakges.yml -k -K |grep -A 1000 "PLAY RECAP"|tail -n +2|tr -d ':'|tr -s '[:space:]'|sed 's/[[:space:]]/,/g'> fixed_output.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment