7969b60552
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
|
||
---|---|---|
.. | ||
scripts | ||
ansible.cfg | ||
DOCUMENTATION.yml | ||
hosts | ||
hosts.yaml | ||
hosts.yml | ||
inventory_script_schema.json | ||
play.yml | ||
plugin_filters.yml |