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