Pin ansible lint tests

This commit is contained in:
Antony Messerli 2023-05-30 20:57:28 -05:00
parent 08e265a6d4
commit 09bf679b77

View file

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