mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:41:37 +01:00
add: post upgrade autoremove command
This commit is contained in:
@@ -9,3 +9,6 @@
|
|||||||
apt:
|
apt:
|
||||||
autoclean: true
|
autoclean: true
|
||||||
autoremove: true
|
autoremove: true
|
||||||
|
- name: Cleanup shell
|
||||||
|
shell: |
|
||||||
|
apt autoremove -y
|
||||||
|
|||||||
Reference in New Issue
Block a user