From e3a813de3d793b85f54fd53d4a482d43f95ad730 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 15:05:32 -0500 Subject: [PATCH] workflow: comment implicit ansible-galaxy w/ ansible-lint --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 53da9d0..afaa1a5 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -36,6 +36,6 @@ jobs: path: /home/runner/.ansible key: zfs_dkms-runner-dot-ansible - - run: ansible-lint + - run: ansible-lint # no '--offline' implies 'ansible-galaxy collection install -r requirements.yml' env: ANSIBLE_FORCE_COLOR: '1'