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:
parent
2d266fbc87
commit
84e3c0ef1d
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
bugfixes:
|
bugfixes:
|
||||||
- plugin loader - Move plugin loader playbook dir additions back to ``Playbook`` instead of ``PlaybookCLI``
|
- plugin loader - Restore adding plugin loader playbook dir to ``Playbook`` in
|
||||||
to solve sub directory playbook relative plugins to be located
|
addition to ``PlaybookCLI`` to solve sub directory playbook relative plugins
|
||||||
(https://github.com/ansible/ansible/issues/59548)
|
to be located (https://github.com/ansible/ansible/issues/59548)
|
||||||
|
|
Loading…
Reference in a new issue