mitogen/ansible_mitogen
Alex Willmer 9b91a1a529 ansible_mitogen: Fix TypeError in set_file_owner()
fixes #1234
2025-01-31 12:16:42 +00:00
..
compat
plugins Fix usage of connection_loader__get by wrapping the correct upstream functions. 2025-01-20 18:34:09 +01:00
utils ansible_mitogen: Handle AnsibleUnsafeText et al in Ansible >= 7 2024-04-04 09:11:23 +01:00
__init__.py
affinity.py ansible_mitogen: Remove Python 2.4 and 2.5 backward compatibility fallbacks 2024-09-24 17:10:05 +01:00
connection.py ansible_mitogen: Templated connection timeout 2024-12-18 09:59:12 +00:00
loaders.py Fix usage of connection_loader__get by wrapping the correct upstream functions. 2025-01-20 18:34:09 +01:00
logging.py ansible_mitogen: Remove fallback imports for Ansible < 2.10 2024-09-24 17:10:07 +01:00
mixins.py ansible_mitogen: Return stderr_lines from _low_level_execute_command() 2025-01-23 13:44:56 +00:00
module_finder.py mitogen: Support PEP 451 ModuleSpec API, required for Python 3.12 2024-03-17 14:57:57 +00:00
parsing.py
planner.py ansible_mitogen: Fix dnf module by patching include of dnf.cli (#1230) 2025-01-30 08:40:47 +00:00
process.py ansible_mitogen: Remove Python 2.4 and 2.5 backward compatibility fallbacks 2024-09-24 17:10:05 +01:00
runner.py ansible_mitogen: Consolidate Python 2 & 3 compatibility 2024-09-24 17:10:07 +01:00
services.py ansible_mitogen: Consolidate Python 2 & 3 compatibility 2024-09-24 17:10:07 +01:00
strategy.py Disallow connection redirection of sub-connections if the top-level connection in the play is not a Mitogen connection. 2025-01-20 18:34:20 +01:00
target.py ansible_mitogen: Fix TypeError in set_file_owner() 2025-01-31 12:16:42 +00:00
transport_config.py ansible_mitogen: Rename Mitogen interpreter discovery attributes 2025-01-23 13:41:32 +00:00