Add dpkg-cleanup step to base config
This commit is contained in:
parent
8ebb8a8339
commit
80f5a4f260
|
@ -1069,4 +1069,11 @@
|
|||
- ssh
|
||||
tags: base-services
|
||||
|
||||
#
|
||||
# Cleanup
|
||||
#
|
||||
|
||||
- name: run dpkg-cleanup.sh script
|
||||
command: /usr/local/sbin/dpkg-cleanup.sh
|
||||
|
||||
- meta: flush_handlers
|
||||
|
|
Loading…
Reference in New Issue