composer: add composer_executable (#2650) (#2670)

* composer: add composer_executable

* Add changelog

* Improve documentation thanks to felixfontein

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit c3cab7c68c)

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
patchback[bot] 2021-05-28 13:24:44 +02:00 committed by GitHub
commit 3723e458d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- composer - add ``composer_executable`` option (https://github.com/ansible-collections/community.general/issues/2649).