Files
vms/ansible/roles/cleanup/tasks/Ubuntu.yml
T

5 lines
136 B
YAML
Raw Normal View History

2022-05-02 22:03:37 -05:00
- name: clean apt files
become: true
2022-05-05 08:17:48 -05:00
ansible.builtin.command: apt-get clean # noqa command-instead-of-module
changed_when: false