Death to all trailing whitespace.
This commit is contained in:
parent
fd129648ae
commit
04a52b8667
131 changed files with 311 additions and 311 deletions
|
@ -1,11 +1,11 @@
|
|||
#
|
||||
# simple playbook to check all hosts and see how many updates they have pending.
|
||||
# simple playbook to check all hosts and see how many updates they have pending.
|
||||
# It could be a lot faster if we didn't gather facts, but we need that for yum vs dnf checking
|
||||
#
|
||||
# If you want a pretty sorted list, you need to post process the output here with something
|
||||
# like:
|
||||
# like:
|
||||
#
|
||||
# time ansible-playbook check-for-updates.yml | grep msg\": | awk -F: '{print $2}' | sort
|
||||
# time ansible-playbook check-for-updates.yml | grep msg\": | awk -F: '{print $2}' | sort
|
||||
#
|
||||
|
||||
- name: check for updates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue