Skip to content

Commit

Permalink
CI: temporarily skip passwordstore tests on Debian/Ubuntu (#7603)
Browse files Browse the repository at this point in the history
Skip passwordstore tests on Debian/Ubuntu.
  • Loading branch information
felixfontein authored Nov 26, 2023
1 parent af5da7d commit 1239573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/targets/lookup_passwordstore/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
# 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'

0 comments on commit 1239573

Please sign in to comment.