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.
ansible/docs
Sviatoslav Sydorenko 3fe5da947b
Fix the internal Python API usage examples (#70842)
Previous version initialized the `TaskQueueManager` after calling
`Play.load()` while advertising a way to inject a custom library
location path. This caused the tasks loader not to find any custom
modules because it was triggered before the path was actually added
to the module loader.

This patch changes the order of the operations to ensure that the
customized `context.CLIARGS` actually influences things.

Resolves https://github.com/ansible/ansible/issues/69758.

(cherry picked from commit 8d97c8c222)
4 years ago
..
bin Clean up old ansible-test references and code. (#60103) 5 years ago
docsite Fix the internal Python API usage examples (#70842) 4 years ago
man added docs to CLI docstringsadded 8 years ago
templates [2.9] docs: Fixed "Edit on GitHub" link for plugin, cli 5 years ago