do not autoremove on base packages to remove
This commit is contained in:
parent
2b1232dbb6
commit
0425fd11b0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue