summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-07-07 15:58:30 +0200
committerAhmed AbdelHalim <[email protected]>2026-07-07 15:58:30 +0200
commit01ee56318cd7841cf0b6845a5e9419d81722cecf (patch)
treef034db2f485a209bbe1ff595f4583f8f6a74e5bc /.github
parent2fd388f9cbdf1223945a2bebf5b76cc5a14c3397 (diff)
Fix the proxmox_template linting issue
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 1 insertions, 3 deletions
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