mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
dnf5 tests: do not remove attr (#85218)
On RHEL 10, the attr package is in the dependency tree of dnf itself and cannot be removed.
This commit is contained in:
parent
3b66150cc3
commit
a0132fec0b
|
|
@ -61,11 +61,10 @@
|
|||
- "'is not signed' in res.msg"
|
||||
|
||||
always:
|
||||
- name: Remove rpm-sign and attr (and test package if it got installed)
|
||||
- name: Remove rpm-sign and test package if it got installed
|
||||
dnf:
|
||||
name:
|
||||
- rpm-sign
|
||||
- attr
|
||||
- "{{ pkg_name }}"
|
||||
state: absent
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user