From 5d799ed30e2b86eb1f564590cb740698c72b958e Mon Sep 17 00:00:00 2001 From: Sugetha Chandhrasekar Date: Mon, 24 Jun 2024 12:03:46 -0700 Subject: [PATCH] CI: Describe dependency in galaxy.yml --- ansible_collections/arista/cvp/galaxy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible_collections/arista/cvp/galaxy.yml b/ansible_collections/arista/cvp/galaxy.yml index 601cd44f4..54dd31a2f 100644 --- a/ansible_collections/arista/cvp/galaxy.yml +++ b/ansible_collections/arista/cvp/galaxy.yml @@ -39,7 +39,10 @@ tags: ['arista', 'network', 'networking', 'cloudvision', 'cvp'] # 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: + "arista.eos": ">=7.0.0" + "ansible.netcommon": ">=6.0.0" + "community.general": ">=8.4.0" # The URL of the originating SCM repository repository: https://github.com/aristanetworks/ansible-cvp