mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix path detection for gopass (#4955)
* Fix path detection for gopass As perfc8c9a2286/docs/features.md (initializing-a-password-store)
, gopass defaults to ~/.local/share/gopass/stores/root for its password store root location. However, the user can also override this, and this will be stored in the gopass config file (ed7451678c/docs/config.md (configuration-options)
). This patch ensures that the config setting in gopass is respected, falling back to the default gopass path. pass' behaviour remains unchanged. * Formatting improvements Co-authored-by: Felix Fontein <felix@fontein.de> * Add changelog fragment * Formatting improvement Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
be70d18e3f
commit
c31e6413f2
2 changed files with 24 additions and 5 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- passwordstore - fix password store path detection for gopass (https://github.com/ansible-collections/community.general/pull/4955).
|
Loading…
Add table
Add a link
Reference in a new issue