diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb6bba95e4..e535f8e7cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -114,7 +114,8 @@ Ansible Changes By Release * added toggle for vars_plugin behaviour to execute relative to playbook, set default to revert to previous way. * Fix for win_copy to not remove destination file on change when in check mode (https://github.com/ansible/ansible/pull/31469) * Fix include_role usage of role_name (https://github.com/ansible/ansible/pull/31463) -* Fix service nad package forcing a second run of the setup module to function (https://github.com/ansible/ansible/issues/31485) +* Fix service and package forcing a second run of the setup module to function (https://github.com/ansible/ansible/issues/31485) +* Better error message when attempting to use include or import with /usr/bin/ansible (https://github.com/ansible/ansible/pull/31492/)