Commit Graph

1 Commits (823ee9023dc98ea6b4df503e63a21dc3ca846d2e)

Author SHA1 Message Date
Alex Willmer 823ee9023d ansible_mitogen: Fix errant ModuleNotFoundError blacklist exceptions
Current module whitelist/blacklist behaviour is to reject any module not on
the whitelist if the whitelist is populated. Adding `ansible` and
`ansible_mitogen` to the whitelist effectively blocklisted every other Python
module/package, negating much of the benefit of Mitogen.

Fixes #1011
2 years ago