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
Philippe Kueck a2dcedabda
fixes #827
some ansible collections write their own module classes derived from
ansible.module_utils.basic.AnsibleModule, thus lacking that import
in the plugin file. NewStylePlanner was unable to detect these plugins
as Ansiballz.

This commit extends the search pattern for NewStylePlanner to also
detect ansible_collections imports.
4 years ago
..
compat ansible: create stub __init__.py for sdist. 7 years ago
plugins no tmpdir to remove for old ansible versions in fetch command 6 years ago
__init__.py ansible: restructure to avoid intermediate imports 8 years ago
affinity.py Merge devel/290 @ 79b979ec8544ef5d8620c64068d4a42fabf50415 6 years ago
connection.py connection_loader.get isn't called anymore, it's connection_loader.get_with_context now 5 years ago
loaders.py check Ansible version before loaders are loaded 5 years ago
logging.py Merge devel/290 @ 79b979ec8544ef5d8620c64068d4a42fabf50415 6 years ago
mixins.py remove synchronize fail test for azure 5 years ago
module_finder.py module_finder: pass raw file to compile() 6 years ago
parsing.py ansible: remove cutpasted docstring 6 years ago
planner.py fixes #827 4 years ago
process.py remove hack 5 years ago
runner.py Merge devel/290 @ 79b979ec8544ef5d8620c64068d4a42fabf50415 6 years ago
services.py handles a 'wait_for_connection' call right after a task caused a shutdown 6 years ago
strategy.py check Ansible version before loaders are loaded 5 years ago
target.py issue #575: fix exception text rendering 7 years ago
transport_config.py fixed tests, and removed the action hack code 6 years ago