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
This commit is contained in:
Toshio Kuratomi 2019-08-09 11:57:07 -07:00
parent 2d266fbc87
commit 84e3c0ef1d

View file

@ -1,4 +1,4 @@
bugfixes:
- plugin loader - Move plugin loader playbook dir additions back to ``Playbook`` instead of ``PlaybookCLI``
to solve sub directory playbook relative plugins to be located
(https://github.com/ansible/ansible/issues/59548)
- 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)