1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-02 16:32:56 +00:00

cpanm: add return value cpanm_version (#9061)

* add return value version

* add changelog frag

* fix indentation

* fix RV name and tests

* Update plugins/modules/cpanm.py

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

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2024-11-03 05:49:41 +13:00 committed by GitHub
parent 9553dd9ddf
commit 8a2ac4f1eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 147 additions and 4 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- cpanm - add return value ``cpanm_version`` (https://github.com/ansible-collections/community.general/pull/9061).