From d02dd8d8dd29bb1f10637b27f189b4d29f1e1d9a Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 29 Mar 2018 15:17:17 -0700 Subject: [PATCH] changelog for ansible-pull python3 fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff536626b4..f1078f44010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,6 +124,8 @@ Ansible Changes By Release * Fix haproxy traceback on Python 3 https://github.com/ansible/ansible/pull/35176 * Fix the csvfile lookup plugin for python3 tracebacks: https://github.com/ansible/ansible/pull/37665 * Fix ec2 user_data parameter to properly convert to base64 on python3 (https://github.com/ansible/ansible/pull/37628) +* ansible-pull - fixed a bug checking for changes when we've pulled from the + git repository on python3 https://github.com/ansible/ansible/issues/36962