From 8455251bec6d37ea01277907db48bdd3fcd32628 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 7 Jun 2017 07:40:01 -0700 Subject: [PATCH] Document ansible-galaxy fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa134f5dd8a..321d69ef323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Ansible Changes By Release * Fix pip module when using python3's pyvenv and python3 -m venv to create virtualenvs * Fix for the AnsiBallZ wrapper so that it gives a better error message when there's not enough disk space to create its tempdir. +* Fix so ansilbe-galaxy install --force with unversioned roles will once again + overwrite old versions. ## 2.3.1 "Ramble On" - 2017-06-01