mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Allow python_requirements_facts to cope with packages with dashes (#56166)
* Allow python_requirements_facts to cope with packages with dashes
```
python_requirements_facts:
dependencies:
- kubernetes-validate
```
should work as expected
* Ensure tests run for python_requirements_facts
This commit is contained in:
committed by
Sloane Hertel
parent
d8a5efa00c
commit
8e1dd58c2b
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- allow python_requirements_facts to report on dependencies containing dashes
|
||||
Reference in New Issue
Block a user