From e5b8809ea22d308bb66766e644cf918c4c1826cd Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 9 Oct 2017 20:51:08 -0700 Subject: [PATCH] Add changelog for using include/import with adhoc --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/)