You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/modules
Michael Pardatscher b4920c83ad
Fix locale related parsing error in git.py
* Fix locale related parsing error in git.py

This fixes the issue found at https://github.com/ansible/ansible/issues/77213 which got introduced by changing over to "best parseable locale" approach, but missing out the requirement of locales other than `L` having to have `LANGUAGE` specified as well. For further details, check this post within the issue discussion: https://github.com/ansible/ansible/issues/77213#issuecomment-1446919617

* Add changelog

Create 81931-locale-related-parsing-error-git.yml
2 years ago
..
__init__.py Re-adding the init py for modules 9 years ago
add_host.py Require `from __future__ import annotations` (#81902) 2 years ago
apt.py Update apt.py (#81975) 2 years ago
apt_key.py Require `from __future__ import annotations` (#81902) 2 years ago
apt_repository.py Replace launchpad.net/api with api.launchpad.net @ apt_repository module 2 years ago
assemble.py Require `from __future__ import annotations` (#81902) 2 years ago
assert.py Require `from __future__ import annotations` (#81902) 2 years ago
async_status.py Require `from __future__ import annotations` (#81902) 2 years ago
async_wrapper.py Require `from __future__ import annotations` (#81902) 2 years ago
blockinfile.py Require `from __future__ import annotations` (#81902) 2 years ago
command.py Require `from __future__ import annotations` (#81902) 2 years ago
copy.py Fix additional spelling errors in builtin modules (#82012) 2 years ago
cron.py Require `from __future__ import annotations` (#81902) 2 years ago
deb822_repository.py Require `from __future__ import annotations` (#81902) 2 years ago
debconf.py Require `from __future__ import annotations` (#81902) 2 years ago
debug.py Require `from __future__ import annotations` (#81902) 2 years ago
dnf.py Require `from __future__ import annotations` (#81902) 2 years ago
dnf5.py Require `from __future__ import annotations` (#81902) 2 years ago
dpkg_selections.py Require `from __future__ import annotations` (#81902) 2 years ago
expect.py Require `from __future__ import annotations` (#81902) 2 years ago
fail.py Require `from __future__ import annotations` (#81902) 2 years ago
fetch.py Require `from __future__ import annotations` (#81902) 2 years ago
file.py Require `from __future__ import annotations` (#81902) 2 years ago
find.py Require `from __future__ import annotations` (#81902) 2 years ago
gather_facts.py Require `from __future__ import annotations` (#81902) 2 years ago
get_url.py Require `from __future__ import annotations` (#81902) 2 years ago
getent.py Fix additional spelling errors in builtin modules (#82012) 2 years ago
git.py Fix locale related parsing error in git.py 2 years ago
group.py Require `from __future__ import annotations` (#81902) 2 years ago
group_by.py Require `from __future__ import annotations` (#81902) 2 years ago
hostname.py Require `from __future__ import annotations` (#81902) 2 years ago
import_playbook.py Require `from __future__ import annotations` (#81902) 2 years ago
import_role.py Require `from __future__ import annotations` (#81902) 2 years ago
import_tasks.py Require `from __future__ import annotations` (#81902) 2 years ago
include_role.py Require `from __future__ import annotations` (#81902) 2 years ago
include_tasks.py Require `from __future__ import annotations` (#81902) 2 years ago
include_vars.py Require `from __future__ import annotations` (#81902) 2 years ago
iptables.py Require `from __future__ import annotations` (#81902) 2 years ago
known_hosts.py Require `from __future__ import annotations` (#81902) 2 years ago
lineinfile.py Require `from __future__ import annotations` (#81902) 2 years ago
meta.py Require `from __future__ import annotations` (#81902) 2 years ago
package.py Require `from __future__ import annotations` (#81902) 2 years ago
package_facts.py Require `from __future__ import annotations` (#81902) 2 years ago
pause.py Require `from __future__ import annotations` (#81902) 2 years ago
ping.py Require `from __future__ import annotations` (#81902) 2 years ago
pip.py Require `from __future__ import annotations` (#81902) 2 years ago
raw.py Require `from __future__ import annotations` (#81902) 2 years ago
reboot.py Require `from __future__ import annotations` (#81902) 2 years ago
replace.py Require `from __future__ import annotations` (#81902) 2 years ago
rpm_key.py Require `from __future__ import annotations` (#81902) 2 years ago
script.py Require `from __future__ import annotations` (#81902) 2 years ago
service.py Require `from __future__ import annotations` (#81902) 2 years ago
service_facts.py Require `from __future__ import annotations` (#81902) 2 years ago
set_fact.py Require `from __future__ import annotations` (#81902) 2 years ago
set_stats.py Require `from __future__ import annotations` (#81902) 2 years ago
setup.py Require `from __future__ import annotations` (#81902) 2 years ago
shell.py Require `from __future__ import annotations` (#81902) 2 years ago
slurp.py Require `from __future__ import annotations` (#81902) 2 years ago
stat.py Require `from __future__ import annotations` (#81902) 2 years ago
subversion.py Require `from __future__ import annotations` (#81902) 2 years ago
systemd.py rename systemd module to services only (#77644) 4 years ago
systemd_service.py Require `from __future__ import annotations` (#81902) 2 years ago
sysvinit.py Require `from __future__ import annotations` (#81902) 2 years ago
tempfile.py Require `from __future__ import annotations` (#81902) 2 years ago
template.py Require `from __future__ import annotations` (#81902) 2 years ago
unarchive.py Require `from __future__ import annotations` (#81902) 2 years ago
uri.py Require `from __future__ import annotations` (#81902) 2 years ago
user.py Require `from __future__ import annotations` (#81902) 2 years ago
validate_argument_spec.py Require `from __future__ import annotations` (#81902) 2 years ago
wait_for.py Require `from __future__ import annotations` (#81902) 2 years ago
wait_for_connection.py Require `from __future__ import annotations` (#81902) 2 years ago
yum.py Require `from __future__ import annotations` (#81902) 2 years ago
yum_repository.py Fix additional spelling errors in builtin modules (#82012) 2 years ago