mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
python_requirements_info - improvements (#3797)
* python_requirements_info - improvements - returns python version broken down into its components - minor refactoring * adjusted indentation in the documentaiton blocks * added changelog fragment * fixes from PR review + assertion in test
This commit is contained in:
parent
c6dcae5fda
commit
ff0c065ca2
3 changed files with 57 additions and 13 deletions
|
@ -12,6 +12,7 @@
|
|||
that:
|
||||
- "'python' in basic_info"
|
||||
- "'python_version' in basic_info"
|
||||
- basic_info.python_version_info == ansible_python.version
|
||||
|
||||
- name: run python_requirements_info module
|
||||
python_requirements_info:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue