ansible / ansible-content-parser

Apache License 2.0
3 stars 4 forks source link

Upgrade ansible-lint to 6.22.1 #32

Closed TamiTakamiya closed 10 months ago

TamiTakamiya commented 10 months ago

Issue: AAP-17059 Publish ansible-content-parser with 1.x version

Description

Upgrade ansible-lint to its latest version 6.22.1.

Testing

Steps to test

  1. Build the Content Parser following the instructions
  2. Execute ansible-content-parser --version to verify the version of ansible-lint installed.
  3. Run ansible-content-parser against Ansible code repositories to make sure if no function are broken.

Scenarios tested

Verified the --version displayed ansible-lint version 6.22.1 and ansible-content-parser could generate ftdata.json file from the ansible-examples repo.