1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/lookup
patchback[bot] e879afd802
passwordstore: Fix error detection for non-English locales (#4219) (#4220)
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 77a0c139c9)

Co-authored-by: grembo <freebsd@grem.de>
2022-02-17 22:21:06 +01:00
..
cartesian.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
chef_databag.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
consul_kv.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
credstash.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
cyberarkpassword.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
dependent.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
dig.py Add option for retry_servfail (#3247) (#3251) 2021-08-22 11:58:37 +02:00
dnstxt.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
dsv.py <plugin_type>: -> name: (#1541) 2021-01-12 07:12:03 +01:00
etcd.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
etcd3.py Docs improvements. (#3893) (#3895) 2021-12-12 11:46:34 +01:00
filetree.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
flattened.py Fix example code for flattened lookup (#4013) (#4015) 2022-01-09 12:29:19 +01:00
hiera.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
keyring.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
lastpass.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
lmdb_kv.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
manifold.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
nios.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
nios_next_ip.py mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
nios_next_network.py mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
onepassword.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
onepassword_raw.py <plugin_type>: -> name: (#1541) 2021-01-12 07:12:03 +01:00
passwordstore.py passwordstore: Fix error detection for non-English locales (#4219) (#4220) 2022-02-17 22:21:06 +01:00
random_pet.py random_pet: Random pet name generator (#2479) (#2509) 2021-05-14 16:25:40 +02:00
random_string.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
redis.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
shelvefile.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
tss.py tss: add option for token authorization (#3327) (#3372) 2021-09-14 19:49:51 +02:00