autoremove is not supported for archlinux

This commit is contained in:
2022-07-07 23:55:35 +02:00
parent 8c07bec3d6
commit 66710cedeb

View File

@@ -128,13 +128,6 @@
purge: yes
when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu"]
- name: cleanup package cache (arch)
tags: always
pacman:
autoclean: yes
changed_when: false
when: ansible_distribution == "Archlinux"
# - name: send completion alert
# include_tasks: playbooks/send_completion_alert.yml
# tags: always