From bce82fce837ed1c8f5a40a9a6aa24dc7e1232a85 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 24 Sep 2025 16:31:00 -0400 Subject: [PATCH] Ansible-lint fixes 2 --- .gitea/workflows/ansible-lint.yml | 4 ++++ galaxy.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ansible-lint.yml b/.gitea/workflows/ansible-lint.yml index f8f4241..5bde36a 100644 --- a/.gitea/workflows/ansible-lint.yml +++ b/.gitea/workflows/ansible-lint.yml @@ -27,6 +27,10 @@ jobs: run: | ansible-galaxy install -r requirements.yml + - name: Install Pip Dependencies + run: | + pip install jmespath + - name: Run Ansible-Lint run: | . ./.ci.env diff --git a/galaxy.yml b/galaxy.yml index d3b7ea2..cb00f1a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -34,7 +34,7 @@ license_file: '' # A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character # requirements as 'namespace' and 'name' -tags: ['infra'] +tags: ['infrastructure'] # Collections that this collection requires to be installed for it to be usable. The key of the dict is the # collection label 'namespace.name'. The value is a version range