ansible/changelogs/fragments/65073-fix-inventory-cli-loading-vars-plugins.yaml

5 lines
306 B
YAML
Raw Normal View History

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.