18d0fe6b30
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
)
2 lines
100 B
YAML
2 lines
100 B
YAML
bugfixes:
|
|
- avoid uneeded reloading of plugin files https://github.com/ansible/ansible/pull/37648
|