mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 12:48:26 +00:00
test(ci): check if collections path env var is needed
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
2529617e41
commit
e04ca0a271
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ansible-lint.yml
vendored
2
.github/workflows/ansible-lint.yml
vendored
|
@ -11,7 +11,5 @@ jobs:
|
||||||
|
|
||||||
- name: Lint roles
|
- name: Lint roles
|
||||||
uses: ansible/ansible-lint-action@main
|
uses: ansible/ansible-lint-action@main
|
||||||
env:
|
|
||||||
ANSIBLE_COLLECTIONS_PATH: ansible_collections
|
|
||||||
with:
|
with:
|
||||||
path: roles
|
path: roles
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
### REQUIRED
|
### REQUIRED
|
||||||
# The namespace of the collection. This can be a company/brand/organization or product namespace under which all
|
# 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
|
# 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
|
# collection label 'namespace.name'. The value is a version range
|
||||||
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
|
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
|
||||||
# range specifiers can be set and are separated by ','
|
# range specifiers can be set and are separated by ','
|
||||||
dependencies:
|
dependencies:
|
||||||
community.crypto: '>=2.0.0'
|
community.crypto: '>=2.0.0'
|
||||||
community.general: '>=1.0.0'
|
community.general: '>=1.0.0'
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
---
|
||||||
requires_ansible: '>=2.9.10'
|
requires_ansible: '>=2.9.10'
|
||||||
|
|
Loading…
Add table
Reference in a new issue