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