Skip to content

Commit

Permalink
added back collection.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Aug 12, 2024
1 parent db10491 commit ecca62f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions ansible_collections/arista/cvp/collection.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# collection requirements leveraged by molecule
collections:
- arista.eos
- ansible.netcommon
- community.general

0 comments on commit ecca62f

Please sign in to comment.