From d45f662a52726c051c04522cb6c8bfe04ba9147a Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 9 Oct 2017 16:34:24 -0700 Subject: [PATCH] Add the revert of namespaced facts to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c3253d30..2eb6bba95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -114,6 +114,7 @@ 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)