- name: clean up Fedora
become: true
command: dnf clean all
when: ansible_facts.pkg_mgr not in ['atomic_container']