Update ansible-lint

This commit is contained in:
David Stephens 2023-04-15 13:56:06 +01:00
parent 14b386ed14
commit fd4f56f933
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
python-version: "3.x"
- name: Install test dependencies
run: pip3 install ansible yamllint==1.27.1 ansible-lint==6.5
run: pip3 install ansible yamllint==1.27.1 ansible-lint==6.14.6
- name: Ansible-lint
run: ansible-lint nas.yml

View file

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.5.0
rev: v6.14.6
hooks:
- id: ansible-lint
- repo: https://github.com/adrienverge/yamllint.git