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

5 lines
122 B
YAML
Raw Normal View History

2022-05-02 22:03:37 -05:00
- name: clean up Fedora
become: true
command: dnf clean all
when: ansible_facts.pkg_mgr not in ['atomic_container']