mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 13:42:49 +00:00
The passwordstore lookup plugin depends on parsing GnuPG's
error messages in English language. As a result, detection of
a specific error failes when users set a different locale.
This change corrects this by setting the `LANGUAGE` environment
variable to `C` when invoking `pass`, as this only affects
gettext translations.
See
https://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .keep | ||
| 3.8.5.yml | ||
| 3703-force-install-homebrew-cask.yml | ||
| 3916-fix-vdo-options-type.yml | ||
| 3935-use-gitlab-instance-runner-to-create-runner.yml | ||
| 4026-fix-mail-callback.yml | ||
| 4048-expand-tilde-in-yarn-global-install-folder.yaml | ||
| 4050-properly-parse-json-lines-output-from-yarn.yaml | ||
| 4078-python_requirements_info.yaml | ||
| 4151-dconf-catch-psutil-nosuchprocess.yaml | ||
| 4154-ini_file_changed.yml | ||
| 4192-improve-passwordstore-consistency.yml | ||
| 4219-passwordstore-locale-fix.yml | ||