From c0f961bea8154d1afac0a2c7578dd15bc964e8e0 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 10:11:15 -0500 Subject: [PATCH] workflow/lint: +pip-install to setup-python, flatten galaxy --- .forgejo/workflows/lint.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 8b3b3df..a4dd1cc 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -23,6 +23,7 @@ jobs: with: python-version: '3.13' cache: 'pip' + pip-install: 'ansible-core ansible-lint' - name: cache '.ansible/collections' id: cache-collections @@ -31,10 +32,7 @@ jobs: path: /root/.ansible key: zfs_dkms-dot-ansible - - name: ansible+collections - run: | - pip install --no-compile ansible-core ansible-lint - ansible-galaxy collection install -r meta/requirements.yml + - run: ansible-galaxy collection install -r meta/requirements.yml - run: ansible-lint env: