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