Add dynamic includes fix to changelog
This commit is contained in:
parent
0aa1442c91
commit
0743b577b7
1 changed files with 3 additions and 2 deletions
|
@ -125,8 +125,9 @@ Ansible Changes By Release
|
||||||
* Improved error messaging for Windows become/runas when username is bogus (https://github.com/ansible/ansible/pull/31551)
|
* Improved error messaging for Windows become/runas when username is bogus (https://github.com/ansible/ansible/pull/31551)
|
||||||
* Fix rollback feature in junos_config to now allow configuration rollback on device (https://github.com/ansible/ansible/pull/31424)
|
* Fix rollback feature in junos_config to now allow configuration rollback on device (https://github.com/ansible/ansible/pull/31424)
|
||||||
* Remove command executed log from ansible-connection (https://github.com/ansible/ansible/pull/31581)
|
* Remove command executed log from ansible-connection (https://github.com/ansible/ansible/pull/31581)
|
||||||
* Fix relative paths to be relative to config file when there is no playbook available
|
* Fix relative paths to be relative to config file when there is no playbook available (https://github.com/ansible/ansible/issues/31533)
|
||||||
* Fix Inventory plugins to use the configured inventory plugin path
|
* Fix Inventory plugins to use the configured inventory plugin path (https://github.com/ansible/ansible/issues/31605)
|
||||||
|
* Fix include task to be dynamic (https://github.com/ansible/ansible/issues/31593)
|
||||||
|
|
||||||
<a id="2.4"></a>
|
<a id="2.4"></a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue