From 91c8d6badc971d2589e248f316ffd09a54476bf6 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:02:48 +0100 Subject: [PATCH] [PR #7656/096d36ad backport][stable-7] passwordstore tests: re-enable gopass on Debian-like systems (#7659) passwordstore tests: re-enable gopass on Debian-like systems (#7656) Re-enable gopass on Debian-like systems. (cherry picked from commit 096d36adc5e4bc1d0ab476a297b966fde911d747) Co-authored-by: Felix Fontein --- tests/integration/targets/lookup_passwordstore/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/targets/lookup_passwordstore/tasks/main.yml b/tests/integration/targets/lookup_passwordstore/tasks/main.yml index 6cac1bbce1..c0b5eb5bdb 100644 --- a/tests/integration/targets/lookup_passwordstore/tasks/main.yml +++ b/tests/integration/targets/lookup_passwordstore/tasks/main.yml @@ -15,5 +15,3 @@ # The pass package is no longer available in EPEL, so only test on Fedora, OpenSUSE, FreeBSD, macOS, and Ubuntu # https://lists.zx2c4.com/pipermail/password-store/2019-July/003689.html - ansible_facts.distribution in ['FreeBSD', 'MacOSX', 'openSUSE Leap', 'Ubuntu'] - # TODO Currently the Debian package is broken: https://github.com/gopasspw/gopass/issues/2728 - - ansible_facts.os_family != 'Debian'