ansible/changelogs/fragments/load_files_once.yml
Brian Coca 18d0fe6b30 minimize loading files/plugins
avoids some repetitive loading
 - read config file only once
 - now cache the ini parser per file
 - optimize shell plugin loading

tried to 'optimize' vars_plugins loading but it creates issues with precedence,
probalby due to iterator not being reset, will look into it in subsequent fix/PR

(cherry picked from commit 42912e1ac8)
2018-04-30 12:49:53 -04:00

2 lines
100 B
YAML

bugfixes:
- avoid uneeded reloading of plugin files https://github.com/ansible/ansible/pull/37648