ansible/docs
Sviatoslav Sydorenko 8d97c8c222 Fix the internal Python API usage examples
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.
2020-07-03 10:44:54 +02:00
..
bin More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
docsite Fix the internal Python API usage examples 2020-07-03 10:44:54 +02:00
man
templates starting metadata sunset (#69454) 2020-06-04 21:01:46 -04:00