From 60c540c29b17be7a2f53068592ccc33b0f93cd92 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 29 Mar 2018 18:54:25 -0700 Subject: [PATCH] Add changelog for consul module state=absent fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2751ec81d01..2752599aa42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -130,7 +130,7 @@ Ansible Changes By Release https://github.com/ansible/ansible/issues/37114 * Fix a Python3 bug in the vagrant dynamic inventory script: https://github.com/ansible/ansible/pull/37631 * Fix python3 bug in the jira module: https://github.com/ansible/ansible/pull/33862 - +* Fix consul module's state=absent: https://github.com/ansible/ansible/issues/34628