Skip to content

Commit

Permalink
Update ansible-lint known_bad_versions (#114)
Browse files Browse the repository at this point in the history
This should temporarily unblock us.
  • Loading branch information
TylerJang27 committed Feb 3, 2023
1 parent ca281e7 commit 4015948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linters/ansible-lint/plugin.yaml
Expand Up @@ -31,7 +31,7 @@ lint:
is_recommended: false
issue_url_format: https://ansible-lint.readthedocs.io/en/latest/default_rules.html#{}
known_good_version: 5.4.0
known_bad_versions: [6.0.1, 6.0.2, 6.12.0]
known_bad_versions: [6.0.1, 6.0.2, 6.12.0, 6.12.1]
version_command:
parse_regex: ${semver}
run: ansible-lint --version

0 comments on commit 4015948

Please sign in to comment.