Pin ansible and ansible-lint on pull-req

This commit is contained in:
Antony Messerli 2022-10-20 13:16:02 -05:00
parent 581719ce20
commit 2fc52274af

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==6.4.0 ansible-lint==6.7.0
- name: Syntax Check
run: |