test(ci): check if collections path env var is needed

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2022-11-25 13:59:13 +00:00
parent 2529617e41
commit e04ca0a271
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,5 @@ jobs:
- name: Lint roles
uses: ansible/ansible-lint-action@main
env:
ANSIBLE_COLLECTIONS_PATH: ansible_collections
with:
path: roles

View file

@ -1,3 +1,4 @@
---
### REQUIRED
# The namespace of the collection. This can be a company/brand/organization or product namespace under which all
# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
@ -27,7 +28,7 @@ tags:
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
dependencies:
community.crypto: '>=2.0.0'
community.general: '>=1.0.0'

View file

@ -1 +1,2 @@
---
requires_ansible: '>=2.9.10'