From 2fa74acd810eba2824b7a77973c4b920bdf1a756 Mon Sep 17 00:00:00 2001 From: Davide Sbetti Date: Sat, 30 Sep 2023 11:52:54 +0200 Subject: [PATCH] Fix changelog fragment name --- .../fragments/81816-fix-pip-changed-status-vcs-install.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/81816-fix-pip-changed-status-vcs-install.yml diff --git a/changelogs/fragments/81816-fix-pip-changed-status-vcs-install.yml b/changelogs/fragments/81816-fix-pip-changed-status-vcs-install.yml new file mode 100644 index 00000000000..5d74b964812 --- /dev/null +++ b/changelogs/fragments/81816-fix-pip-changed-status-vcs-install.yml @@ -0,0 +1,2 @@ +bugfixes: + - pip - Incorrect changed status was returned in case of installation from VCS where the target commit was different but the version was the same. The fix now evaluates also the commits used for installation from VCS (https://github.com/ansible/ansible/issues/81751). \ No newline at end of file