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, #70801
master
Carlo Cabrera 2021-02-28 16:41:08 +00:00 committed by GitHub
parent 277efed0b3
commit ae41186696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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"]