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.
mitogen/ansible_mitogen
Alex Willmer 25ea6dde02 ansible_mitogen: Allow mitogen_fetch to bypass slurp module
This reapplies an earlier change, when this plugin was first introduced to
Mitogen. The plugin was updated to fix

[DEPRECATION WARNING]: The '_remote_checksum()' method is deprecated.

I've elected to short-circuit the if statemtn logic, rather than
deleting/unindenting, to make the code delta much smaller. This should make it
easier to maintain/update.

Fixes #915
2 years ago
..
compat ansible: create stub __init__.py for sdist. 5 years ago
plugins ansible_mitogen: Allow mitogen_fetch to bypass slurp module 2 years ago
__init__.py ansible: restructure to avoid intermediate imports 6 years ago
affinity.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
connection.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
loaders.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
logging.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
mixins.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
module_finder.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
parsing.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
planner.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
process.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
runner.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
services.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
strategy.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
target.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
transport_config.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
utils.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago