From ecca62fedfd6211818dc927205ed5e224441fe91 Mon Sep 17 00:00:00 2001 From: Sugetha Chandhrasekar Date: Mon, 12 Aug 2024 13:25:34 -0700 Subject: [PATCH] added back collection.yml --- .github/workflows/pull-request-management.yml | 1 + ansible_collections/arista/cvp/collection.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 ansible_collections/arista/cvp/collection.yml diff --git a/.github/workflows/pull-request-management.yml b/.github/workflows/pull-request-management.yml index a7014fd26..e31574134 100644 --- a/.github/workflows/pull-request-management.yml +++ b/.github/workflows/pull-request-management.yml @@ -219,6 +219,7 @@ jobs: molecule_command: 'test' molecule_args: '--scenario-name ${{ matrix.avd_scenario }}' pip_file: ansible_collections/arista/cvp/requirements.txt + galaxy_file: "ansible_collections/arista/cvp/collections.yml" ansible: "${{ matrix.ansible_version }}" check_git: true check_git_enforced: false diff --git a/ansible_collections/arista/cvp/collection.yml b/ansible_collections/arista/cvp/collection.yml new file mode 100644 index 000000000..049c8486a --- /dev/null +++ b/ansible_collections/arista/cvp/collection.yml @@ -0,0 +1,5 @@ +# collection requirements leveraged by molecule +collections: + - arista.eos + - ansible.netcommon + - community.general \ No newline at end of file