From ef7cea1f89075d70294bea43b19d1100dbdf14fc Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 6 Dec 2017 12:17:18 -0800 Subject: [PATCH] Update changelog for more bugfixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34979bf675c..34b054a0f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Ansible Changes By Release (https://github.com/ansible/ansible/pull/33094) * Fix save parameter in asa_config (https://github.com/ansible/ansible/pull/32761) * Fix --vault-id support in ansible-pull (https://github.com/ansible/ansible/pull/33629) +* In nxos_interface_ospf, fail nicely if loopback is used with passive_interface: + (https://github.com/ansible/ansible/pull/33252)