Collect dpkg -l for host

Change-Id: I8886e2bacb74f95ac117aad07c831c5c3803d5c0
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2020-12-03 15:21:29 -06:00
parent 9187633822
commit 7be813374f
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3

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