Michael Grote
a091463e8e
Reviewed-on: #620 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
7 lines
124 B
YAML
7 lines
124 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: apt autoremove
|
|
become: true
|
|
ansible.builtin.apt:
|
|
autoremove: true
|