homeserver/playbooks/on-off/autoremove.yml
Michael Grote a091463e8e 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>
2023-11-29 21:18:44 +01:00

8 lines
124 B
YAML

---
- hosts: all
tasks:
- name: apt autoremove
become: true
ansible.builtin.apt:
autoremove: true