ansible/changelogs/fragments/59548-import-playbook-plugin-dirs.yml
Toshio Kuratomi 0bcfb05bad Fix changelog entry for playbook_dir fix
The final version of the fix makes the addition in two places instead of
moving the single addition from one place to another

(cherry picked from commit 84e3c0ef1d)
2019-08-09 13:51:14 -07:00

4 lines
234 B
YAML

bugfixes:
- plugin loader - Restore adding plugin loader playbook dir to ``Playbook`` in
addition to ``PlaybookCLI`` to solve sub directory playbook relative plugins
to be located (https://github.com/ansible/ansible/issues/59548)