autoremove is not supported for archlinux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user