From 429a3cf82dcbcf64f6ad3b9824703d31a6bb31ea Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 20 Sep 2016 07:09:55 -0700 Subject: [PATCH] Add pip bugfix to minor changes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a44424eb7d..c3720e87795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -246,7 +246,7 @@ Ansible Changes By Release * `raw` now returns `changed: true` to be consistent with shell/command/script modules. Add `changed_when: false` to `raw` tasks to restore the pre-2.2 behavior if necessary. * removed previously deprecated ';' as host list separator. * Only check if the default ssh client supports ControlPersist once instead of once for each host + task combination. - +* Fix a problem with the pip module updating the python pip package itself. ###For custom front ends using the API: * ansible.parsing.vault: