Commit Graph

53 Commits (2a06d493ded4506377602fe99741918f864c2c3e)

Author SHA1 Message Date
David Wilson 6bd4c5ead5 docs: Ansible logging update (#111) 7 years ago
David Wilson 7ab1af043e ansible: redirect logging into display 'framework'. closes #111 7 years ago
David Wilson bde6f888a0 ansible: restructure package to avoid yet more madness
Ansible's PluginLoader makes up bullshit when it imports a module
(mostly because it has to make up something), therefore we ended up with
duplicate copies of ansible_mitogen loaded: one under
ansible.plugins.*.mitogen, and one under the canonical namespace.

Which broke isinstance().
7 years ago