瀏覽代碼

Pin ansible

Antony Messerli 3 年之前
父節點
當前提交
c86b965d38
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/pull-requests.yml

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

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