do not autoremove on base packages to remove

This commit is contained in:
Kevin Fenzi 2017-10-15 18:26:17 +00:00
parent 2b1232dbb6
commit 0425fd11b0

View file

@ -149,7 +149,7 @@
when: ansible_distribution_major_version|int < 22
- name: dist pkgs to remove (dnf)
dnf: state=absent name={{ item }}
dnf: state=absent name={{ item }} autoremove=no
with_items:
- "{{ base_pkgs_erase }}"
tags: