From cc70d069ee8b414ee31620e7a81c4af0accaf69d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 7 Jul 2026 15:58:30 +0200 Subject: Fix the proxmox_template linting issue --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9465843..14dcba3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,7 @@ jobs: with: python-version: "3.13" - name: Install dependencies - run: pip3 install yamllint==1.37.1 ansible-lint==25.9.2 ansible-core==2.20.1 - - name: Install collections - run: ansible-galaxy install -r requirements.yml + run: pip3 install yamllint==1.37.1 ansible-lint==25.9.2 - name: Copy example files run: | # Use example files for testing instead of encrypted files -- cgit v1.2.3