diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 2ff471c..d8cceaa 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -25,6 +25,7 @@ jobs: - uses: actions/setup-python@v6 with: cache: 'pip' + pip-install: ansible-core ansible-lint - name: cache '.ansible/collections' id: cache-collections @@ -33,9 +34,8 @@ jobs: path: /root/.ansible key: zfs_dkms-dot-ansible - - name: ansible/collections + - name: ansible collections run: | - pip install ansible-core ansible-lint ansible-galaxy collection install -r meta/requirements.yml - name: ansible-lint