Created
September 23, 2021 08:31
-
-
Save fintanmm/213db6485c95cb74dd58a8f21c8cce9b to your computer and use it in GitHub Desktop.
ansible apt update report
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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