diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 71e3204..e025402 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: - name: ansible+collections run: | - pip install --no-compile --no-deps ansible-core ansible-lint + pip install --no-compile ansible-core ansible-lint ansible-galaxy collection install -r meta/requirements.yml - run: ansible-lint