From e04ca0a271659e2f4faaf487f6c2c331ccb8b9fc Mon Sep 17 00:00:00 2001 From: gardar Date: Fri, 25 Nov 2022 13:59:13 +0000 Subject: [PATCH] test(ci): check if collections path env var is needed Signed-off-by: gardar --- .github/workflows/ansible-lint.yml | 2 -- galaxy.yml | 3 ++- meta/runtime.yml | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 321272d7..16bd2b2b 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -11,7 +11,5 @@ jobs: - name: Lint roles uses: ansible/ansible-lint-action@main - env: - ANSIBLE_COLLECTIONS_PATH: ansible_collections with: path: roles diff --git a/galaxy.yml b/galaxy.yml index dd69254f..c0d8cea3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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' diff --git a/meta/runtime.yml b/meta/runtime.yml index 938ca979..2ee3c9fa 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1 +1,2 @@ +--- requires_ansible: '>=2.9.10'