summaryrefslogtreecommitdiffstats
path: root/cleanup-apt/tasks/main.yml
blob: 7618ab36cf1fed238b3054ee6c89ad7a3b457336 (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: apt | Remove dependencies that are no longer required
  apt:
    autoremove: yes

# https://github.com/ansible/ansible/issues/38920
- name: apt | Clean package cache
  command: apt-get clean