From 45364eb4a6697ece4c00a43866218fa1c8ffbac0 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Thu, 15 Feb 2024 09:17:33 +0100 Subject: [PATCH] Only lint against ansible 2.7 --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d271d8..95abb0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,6 @@ jobs: - NAME: min_ansible_version ANSIBLE_VERSION: "==2.7.*" ANSIBLE_LINT_VERSION: "==4.2.*" - - NAME: latest - ANSIBLE_VERSION: "" - ANSIBLE_LINT_VERSION: "" steps: - name: Check out the codebase.