Merge "Collect dpkg -l for host"

This commit is contained in:
Zuul 2020-12-08 15:46:05 +00:00 committed by Gerrit Code Review
commit 90a0fd7252
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
docker images > {{ logs_dir }}/system/docker-images.txt
brctl show > {{ logs_dir }}/system/brctl-show.txt
ps aux --sort=-%mem > {{ logs_dir }}/system/ps.txt
dpkg -l > {{ logs_dir }}/system/packages.txt
args:
executable: /bin/bash
ignore_errors: True