diff --git a/test/integration/targets/dnf/tasks/gpg.yml b/test/integration/targets/dnf/tasks/gpg.yml index a51a5f74632..ff9223c829c 100644 --- a/test/integration/targets/dnf/tasks/gpg.yml +++ b/test/integration/targets/dnf/tasks/gpg.yml @@ -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