Ansible-lint fixes 2
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 47s

This commit is contained in:
2025-09-24 16:31:00 -04:00
parent b13c47f51e
commit bce82fce83
2 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,10 @@ jobs:
run: | run: |
ansible-galaxy install -r requirements.yml ansible-galaxy install -r requirements.yml
- name: Install Pip Dependencies
run: |
pip install jmespath
- name: Run Ansible-Lint - name: Run Ansible-Lint
run: | run: |
. ./.ci.env . ./.ci.env

View File

@ -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 # 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' # 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 # 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 # collection label 'namespace.name'. The value is a version range