Skip to content

Commit

Permalink
fix: meta dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Jul 6, 2024
1 parent ffb41df commit 09a22e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Test
uses: gofrolist/molecule-action@v2
with:
molecule_options: --debug -v
# molecule_options: --debug -v
molecule_working_dir: "${{ github.repository }}"
molecule_command: test
env:
Expand Down
8 changes: 4 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ galaxy_info:
- libvirt
- molecule

dependencies:
- community.docker
- community.general
- community.libvirt
dependencies:
"community.docker": ">=3.10.0"
"community.general": ">=9.0.0"
"community.libvirt": ">=1.3.0"

0 comments on commit 09a22e2

Please sign in to comment.