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
Georgina Shippey b61788bfea Make OpenStack collections qualify for NewStylePlanner
To be detected as a NewStyle module mitogen expects that your module
imports ansible.module_utils. However the OpenStack collections modules
import a utility module which then imports ansible.module_utils.
Due to the naive way mitogen checks for this import the Openstack collections
modules do not qualify currently as being NewStyle as there is a layer of abstraction,
therefore causing them to fail down the line as they are run with the OldStylePlanner.
My fix is as equally naive!
5 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 Add mitogen_container_name variable. 5 years ago
loaders.py code cleanup + adds 0.2.10 + 0.3.0 changelog 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() 7 years ago
parsing.py ansible: remove cutpasted docstring 7 years ago
planner.py Make OpenStack collections qualify for NewStylePlanner 5 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 code cleanup + adds 0.2.10 + 0.3.0 changelog 5 years ago
target.py issue #575: fix exception text rendering 7 years ago
transport_config.py Add mitogen_container_name variable. 5 years ago