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.