Fix returnall for gopass (#5027) (#5029)

* Fix returnall for gopass

Gopass was always given the --password flag, despite there being no need for this.

* Add changelog fragment

Co-authored-by: Sylvia van Os <sylvia.van.os@politie.nl>
(cherry picked from commit 3eb29eb4b6)

Co-authored-by: Sylvia van Os <sylvia@hackerchick.me>
This commit is contained in:
patchback[bot]
2022-07-29 14:33:45 +02:00
committed by GitHub
parent 66cbd926f2
commit 3020b305bb
3 changed files with 4 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- passwordstore lookup plugin - fix ``returnall`` for gopass (https://github.com/ansible-collections/community.general/pull/5027).