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 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
..
scripts Fix the internal Python API usage examples 4 years ago
DOCUMENTATION.yml Fix some broken links (#42079) 6 years ago
ansible.cfg Change example ControlPath to be short and unique (#69347) 4 years ago
hosts add punctuation marks to comments (#68882) 4 years ago
hosts.yaml Clearer examples of hosts.yml inventory (#57999) 5 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) 6 years ago
play.yml comment heavy playbook (#68981) 4 years ago
plugin_filters.yml Implement plugin filtering 7 years ago