From 7d91872fbbc0ba948b4a9dcadd3ea6f4db6dc3f1 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 13 Mar 2018 19:20:08 -0700 Subject: [PATCH] Add template fix to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a34f2d90fc7..b06af18b129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -145,6 +145,8 @@ Ansible Changes By Release * fix required args for nxos_snapshot: https://github.com/ansible/ansible/pull/37232 * Properly check that nxos_snapshot parameters that are required in certain circumstances are present: https://github.com/ansible/ansible/pull/37232 +* Fix error messages to not be inappropriately templated: + https://github.com/ansible/ansible/pull/37329