Issue #1179: Fix v2 composer require idempotence (#1180)

* Issue #1179: Add new statement to composer require changed check for v2.

* Issue #1179: Add changelog fragment.
This commit is contained in:
Jeff Geerling
2020-10-26 13:31:17 -05:00
committed by GitHub
parent 167153bff5
commit 19fdfcf0b3
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
bugfixes:
- composer - fix bug in command idempotence with composer v2
(https://github.com/ansible-collections/community.general/issues/1179).