mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-28 20:43:22 -07:00
passwordstore: Add some real gopass integration tests (#5030)
* passwordstore: Add some real go tests This is work in progress. * passwordstore: Fix gopass init * Init gopass store in explicit path in integration test * passwordstore: Show versions of tools in integration test * passwordstore: Install gopass from different location on Debian Part of integration tests * passwordstore: Add changelog fragment for #5030 * passwordstore: Address review feedback
This commit is contained in:
parent
c273498a03
commit
74f2e1d28b
7 changed files with 182 additions and 148 deletions
|
@ -1,2 +1,3 @@
|
|||
passwordstore_packages:
|
||||
- gopass
|
||||
- pass
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
passwordstore_packages:
|
||||
- gopass
|
||||
- pass
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
passwordstore_packages:
|
||||
- gopass
|
||||
- pass
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
passwordstore_packages:
|
||||
- gopass
|
||||
- gnupg
|
||||
- password-store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue