diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2016-09-20 07:09:55 -0700 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2016-09-20 07:09:55 -0700 |
commit | 429a3cf82dcbcf64f6ad3b9824703d31a6bb31ea (patch) | |
tree | f746cc36502dc0d8c2b37ce85ab55b4bab3de578 /CHANGELOG.md | |
parent | 2716fe4362f85b97e7f42077cf89d99fcb03f357 (diff) | |
download | ansible-429a3cf82dcbcf64f6ad3b9824703d31a6bb31ea.tar.gz |
Add pip bugfix to minor changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a44424eb7..c3720e8779 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: |