add on-off-playbook: apt autoremove (#620)

Reviewed-on: #620
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2023-11-29 21:18:44 +01:00 committed by mg
parent f201aaef06
commit a091463e8e
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- hosts: all
tasks:
- name: apt autoremove
become: true
ansible.builtin.apt:
autoremove: true