diff --git a/test/integration/targets/dnf/tasks/gpg.yml b/test/integration/targets/dnf/tasks/gpg.yml index 72bdee02ce6..3c2e200750e 100644 --- a/test/integration/targets/dnf/tasks/gpg.yml +++ b/test/integration/targets/dnf/tasks/gpg.yml @@ -69,11 +69,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