From 4b94ea807552bac4c4af0e29d72daff48774cecb Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Sat, 28 Oct 2017 07:31:18 -0700 Subject: [PATCH] Add galaxy --force fix to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc57b6bafd..c39b84d2f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,8 @@ Ansible Changes By Release (https://github.com/ansible/ansible/pull/31037) * Fix eos_user tests (https://github.com/ansible/ansible/pull/32261) +* Fix ansible-galaxy --force with installed roles: + (https://github.com/ansible/ansible/pull/32282)