Преглед на файлове

Merge pull request #1167 from netbootxyz/pin-ansible

Pin ansible and ansible-lint on pull-req
Antony Messerli преди 2 години
родител
ревизия
8a3231ef33
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/pull-requests.yml

+ 1 - 1
.github/workflows/pull-requests.yml

@@ -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: |