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/examples
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
..
playbooks Wrong target for link? 12 years ago
scripts Fix the internal Python API usage examples (#70842) 4 years ago
DOCUMENTATION.yml Fix some broken links (#42079) 7 years ago
ansible.cfg add vfat to selinux special_context_filesystems (#59823) 5 years ago
hosts comment examples in default hosts file 9 years ago
hosts.yaml Clearer examples of hosts.yml inventory (#57999) 6 years ago
hosts.yml linked cause people forget yaml and yml exist 8 years ago
inventory_script_schema.json draft schema for inventory scripts (#39454) 7 years ago
plugin_filters.yml Implement plugin filtering 7 years ago