we cannot use autoremove yet, it needs dnf 2 everywhere
This commit is contained in:
parent
d9ee0059b4
commit
583f303946
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
||||||
when: ansible_distribution_major_version|int < 22
|
when: ansible_distribution_major_version|int < 22
|
||||||
|
|
||||||
- name: dist pkgs to remove (dnf)
|
- name: dist pkgs to remove (dnf)
|
||||||
dnf: state=absent name={{ item }} autoremove=no
|
dnf: state=absent name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ base_pkgs_erase }}"
|
- "{{ base_pkgs_erase }}"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue