mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Revert ansible-lint version update
The v5 release of ansible-lint introduces breaking changes, so we are holding off on updating until things are resolved. Conversation about this can be tracked in https://github.com/cisagov/skeleton-ansible-role/issues/69.
This commit is contained in:
parent
6bd93ff6fb
commit
c97a883ada
1 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,9 @@ repos:
|
||||||
|
|
||||||
# Ansible hooks
|
# Ansible hooks
|
||||||
- repo: https://github.com/ansible-community/ansible-lint
|
- repo: https://github.com/ansible-community/ansible-lint
|
||||||
rev: v5.0.0
|
# This is intentionally being held back because of issues in v5 per
|
||||||
|
# https://github.com/cisagov/skeleton-ansible-role/issues/69
|
||||||
|
rev: v4.3.7
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
# files: molecule/default/playbook.yml
|
# files: molecule/default/playbook.yml
|
||||||
|
|
Loading…
Reference in a new issue