pypi_formula_mappings: add ansible-lint (#72158)
ansible-lint also depends on ansible-base, but this isn't accounted for by `update-python-resources`. Cf. #72114, #71393, #70801master
parent
277efed0b3
commit
ae41186696
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"ansible": false,
|
||||
"ansible-lint": {
|
||||
"extra_packages": ["ansible-base"]
|
||||
},
|
||||
"ansible@2.8": false,
|
||||
"cloudformation-cli": {
|
||||
"extra_packages": ["cloudformation-cli-go-plugin", "cloudformation-cli-java-plugin"]
|
||||
|
|
Loading…
Reference in New Issue