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/docsite/rst/dev_guide
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.
4 years ago
..
platforms Fix broken link in AWS Guide (#70153) 4 years ago
shared_snippets Clarify that GPLv3+ module_utils need core team approval (#56740) 5 years ago
style_guide added documentation for R() (#69832) 4 years ago
testing/sanity validate ansible-base's and collections runtime.yml (#69742) 4 years ago
debugging.rst Correct debugging modules documentation (#69245) 4 years ago
developing_api.rst Fix the internal Python API usage examples 4 years ago
developing_collections.rst Add steps for how to create changelog.rst for a collection (#70262) 4 years ago
developing_core.rst removes last :doc: links in the dev guide (#58417) 5 years ago
developing_inventory.rst Fix cache example (#64600) 5 years ago
developing_locally.rst Suggest ansible ad-hoc command while developing module (#70308) 4 years ago
developing_module_utilities.rst fixed some broken links (#66182) 5 years ago
developing_modules.rst rewrite of the developer guide, part 1 (#45179) 6 years ago
developing_modules_best_practices.rst Update developing_modules_best_practices.rst (#69937) 4 years ago
developing_modules_checklist.rst This was changed to python 2.7 but should have remained python 2.6 (#66836) 5 years ago
developing_modules_documenting.rst document FQCN for M() and :seealso: in DOCUMENTATION blocks (#70245) 4 years ago
developing_modules_general.rst starting metadata sunset (#69454) 4 years ago
developing_modules_general_aci.rst remove build errors including guess (#69711) 4 years ago
developing_modules_general_windows.rst Deprecation revisited (#69926) 4 years ago
developing_modules_in_groups.rst This was changed to python 2.7 but should have remained python 2.6 (#66836) 5 years ago
developing_plugins.rst Update inventory caching documentation (#69100) 4 years ago
developing_program_flow_modules.rst doc: explain default "required" value for argument_spec (#68678) 5 years ago
developing_python_3.rst Update developing_python_3.rst (#66249) 5 years ago
developing_rebasing.rst Update developing_rebasing.rst (#51650) 6 years ago
index.rst How to contribute to Ansible maintained collections (#69202) 4 years ago
migrating_roles.rst remove build errors including guess (#69711) 4 years ago
module_lifecycle.rst Document the ability to deprecate by date (#69833) 4 years ago
overview_architecture.rst Docs: edits & expands module_utils & search path info in dev guide (#55931) 5 years ago
testing.rst Update testing collections to mention ansible-base versions (#69805) 4 years ago
testing_compile.rst Extend dev guide for collection testing and collection hacking (#68899) 4 years ago
testing_documentation.rst dev_guide: Correct path to ansible-test requirements files (#66626) 5 years ago
testing_httptester.rst removes last :doc: links in the dev guide (#58417) 5 years ago
testing_integration.rst How to contribute to Ansible maintained collections (#69202) 4 years ago
testing_integration_legacy.rst restores legacy testing file (#46095) 6 years ago
testing_pep8.rst Remove obsolete docs on pep8 sanity test. 5 years ago
testing_running_locally.rst fixes link, makes intrapage TOC local (#67664) 5 years ago
testing_sanity.rst Dev guide: add notes about different image types for integration and unit/sanity tests (#68663) 5 years ago
testing_units.rst Dev guide: add notes about different image types for integration and unit/sanity tests (#68663) 5 years ago
testing_units_modules.rst fixes import paths for ansible unit testing (#65775) 5 years ago
testing_validate-modules.rst starting metadata sunset (#69454) 4 years ago