Pin ansible-lint

This commit is contained in:
Antony Messerli 2023-05-30 21:16:27 -05:00 committed by GitHub
parent 09bf679b77
commit 5c068f3b91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ansible==7.6.0 ansible-lint==6.16.2
pip install ansible==7.6.0 ansible-lint==6.15.0
- name: Syntax Check
run: |