From e85fb53dd34df996680a4359763c30e9da5d5eeb Mon Sep 17 00:00:00 2001 From: s3lph <s3lph@kabelsalat.ch> Date: Sat, 15 Feb 2025 21:37:53 +0100 Subject: [PATCH] fix(ci): install dependencies --- .forgejo/workflows/ansible-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ansible-lint.yml b/.forgejo/workflows/ansible-lint.yml index b42b17b..792a4d9 100644 --- a/.forgejo/workflows/ansible-lint.yml +++ b/.forgejo/workflows/ansible-lint.yml @@ -14,4 +14,6 @@ jobs: - run: | apt update; apt install --yes python3-pip pip3 install --break-system-packages ansible-lint + ansible-galaxy collection install community.mysql==1.2.0 + ansible-galaxy collection install community.crypto==1.5.0 ansible-lint