mirror of https://github.com/ansible/ansible.git
Allow python_requirements_facts to cope with packages with dashes
```
python_requirements_facts:
dependencies:
- kubernetes-validate
```
should work as expected
pull/56166/head
parent
4742897635
commit
5b3305c715
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- allow python_requirements_facts to report on dependencies containing dashes
|
||||
Loading…
Reference in New Issue