passwordstore tests: re-enable gopass on Debian-like systems (#7656)

Re-enable gopass on Debian-like systems.
pull/7676/head
Felix Fontein 2023-12-01 17:39:51 +01:00 committed by GitHub
parent 0589c84176
commit 096d36adc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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'