ansible/changelogs/fragments/65073-fix-inventory-cli-loading-vars-plugins.yaml
Sloane Hertel c1f280ba6e
Inventory CLI - Ignore settings for when vars plugins should run (#65073)
* Inventory CLI - Ignore settings for when vars plugins should run and just always run them

* Add note to porting guide

* Fix loading vars plugins

* changelog

* Remove a staging test for ansible-inventory since it ignores that setting
2019-11-25 13:16:03 -05:00

5 lines
306 B
YAML

bugfixes:
- ansible-inventory - Fix regression loading vars plugins. (https://github.com/ansible/ansible/issues/65064)
- ansible-inventory - Fix long standing bug not loading vars plugins for group vars relative to the playbook
dir when the '--playbook-dir' and '--export' flags are used together.