From d0f5925ae2e5b53f310e91af458201e828a04cbe Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 24 Sep 2025 16:13:16 -0400 Subject: [PATCH] Install deps for CI -- Fixed 2 --- .gitea/workflows/ansible-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ansible-lint.yml b/.gitea/workflows/ansible-lint.yml index aed8032..d53a879 100644 --- a/.gitea/workflows/ansible-lint.yml +++ b/.gitea/workflows/ansible-lint.yml @@ -25,6 +25,7 @@ jobs: - name: Install Ansible Galaxy Dependencies run: | + tree ansible-galaxy install -r roles/requirements.yml ansible-galaxy install -r collections/requirements.yml