From b00ee78313dc46334a9ea3ad0488fe46290d9f37 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Fri, 22 Sep 2023 11:38:55 +0200 Subject: [PATCH] Only perform lint using min_ansible_version --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acda07d..0bcf81d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,9 @@ jobs: - NAME: min_ansible_version ANSIBLE_VERSION: "==2.7.*" ANSIBLE_LINT_VERSION: "==4.2.*" - - NAME: latest - ANSIBLE_VERSION: "" - ANSIBLE_LINT_VERSION: "" + #- NAME: latest + # ANSIBLE_VERSION: "" + # ANSIBLE_LINT_VERSION: "" steps: - name: Check out the codebase.